mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Merge pull request #333 from marktaiwan/catalog-search
change catalog-search.js to use onready()
This commit is contained in:
commit
d7df2abb53
@ -8,7 +8,7 @@
|
||||
* $config['additional_javascript'][] = 'js/comment-toolbar.js';
|
||||
*/
|
||||
if (active_page == 'catalog') {
|
||||
$(document).ready(function () {
|
||||
onready(function () {
|
||||
'use strict';
|
||||
|
||||
// 'true' = enable shortcuts
|
||||
|
Loading…
x
Reference in New Issue
Block a user