forked from leftypol/leftypol
fix document ready
This commit is contained in:
parent
c44bbde511
commit
f4a785100d
11 changed files with 12 additions and 11 deletions
|
@ -59,7 +59,8 @@ var searchThreads = function($threads, query) {
|
|||
|
||||
// Only load in the catalog
|
||||
if (active_page == 'catalog') {
|
||||
onready(catalogSearch);
|
||||
|
||||
$(document).ready(catalogSearch);
|
||||
}
|
||||
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue