change to use onready()
This commit is contained in:
parent
2f7127a3cb
commit
6363d8d247
@ -8,7 +8,7 @@
|
|||||||
* $config['additional_javascript'][] = 'js/comment-toolbar.js';
|
* $config['additional_javascript'][] = 'js/comment-toolbar.js';
|
||||||
*/
|
*/
|
||||||
if (active_page == 'catalog') {
|
if (active_page == 'catalog') {
|
||||||
$(document).ready(function () {
|
onready(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// 'true' = enable shortcuts
|
// 'true' = enable shortcuts
|
||||||
|
Loading…
Reference in New Issue
Block a user