make saved searches table sortable

This commit is contained in:
r888888888
2017-03-20 15:44:33 -07:00
parent c90de90291
commit 73895a1a27
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
$(document).ready(function() {
if ($("#c-saved-searches".length)) {
Danbooru.sorttable($("#c-saved-searches table"));
}
});