We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059d072 commit 6977b95Copy full SHA for 6977b95
1 file changed
js/install.js
@@ -2,7 +2,7 @@
2
var options = INSTALL_OPTIONS;
3
4
Array.prototype.forEach.call(document.querySelectorAll('table'), function(table){
5
- table.setAttribute('data-sortable');
+ table.setAttribute('data-sortable', '');
6
table.add('sortable-theme-' + options.theme);
7
});
8
})();
0 commit comments