nuclearace if you find one more thing wrong with search results I swear

This commit is contained in:
calzoneman 2013-09-24 15:19:40 -05:00
parent 87ee45165d
commit 80215b5cdc
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Tue Sep 24 15:18 2013 CDT
* www/assets/js/callbacks.js: Double fix search result buttons because
the paginator was being duplicated
Tue Sep 24 13:45 2013 CDT Tue Sep 24 13:45 2013 CDT
* lib/acp.js: Emit announcements to SSL sockets in addition to regular * lib/acp.js: Emit announcements to SSL sockets in addition to regular
ones. ones.

View File

@ -939,6 +939,9 @@ Callbacks = {
clearSearchResults(); clearSearchResults();
}) })
.insertBefore($("#library")); .insertBefore($("#library"));
$("#search_pagination").remove();
var opts = { var opts = {
preLoadPage: function () { preLoadPage: function () {
$("#library").html(""); $("#library").html("");