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
|
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.
|
||||||
|
|
|
@ -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("");
|
||||||
|
|
Loading…
Reference in New Issue