Skip to content

Commit 6977b95

Browse files
committed
setAttribute fix
1 parent 059d072 commit 6977b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var options = INSTALL_OPTIONS;
33

44
Array.prototype.forEach.call(document.querySelectorAll('table'), function(table){
5-
table.setAttribute('data-sortable');
5+
table.setAttribute('data-sortable', '');
66
table.add('sortable-theme-' + options.theme);
77
});
88
})();

0 commit comments

Comments
 (0)