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