forked from leftypol/leftypol
change to use onready()
This commit is contained in:
parent
2f7127a3cb
commit
6363d8d247
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue