make saved searches table sortable
This commit is contained in:
5
app/assets/javascripts/saved_searches.js
Normal file
5
app/assets/javascripts/saved_searches.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
if ($("#c-saved-searches".length)) {
|
||||
Danbooru.sorttable($("#c-saved-searches table"));
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user