mirror of https://github.com/calzoneman/sync.git
nuclearace if you find one more thing wrong with search results I swear
This commit is contained in:
parent
87ee45165d
commit
80215b5cdc
|
@ -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
|
||||
* lib/acp.js: Emit announcements to SSL sockets in addition to regular
|
||||
ones.
|
||||
|
|
|
@ -939,6 +939,9 @@ Callbacks = {
|
|||
clearSearchResults();
|
||||
})
|
||||
.insertBefore($("#library"));
|
||||
|
||||
|
||||
$("#search_pagination").remove();
|
||||
var opts = {
|
||||
preLoadPage: function () {
|
||||
$("#library").html("");
|
||||
|
|
Loading…
Reference in New Issue