forked from GithubBackups/vichan
change to use onready()
This commit is contained in:
parent
b38936055e
commit
dd4196fd89
@ -8,7 +8,7 @@
|
|||||||
* $config['additional_javascript'][] = 'js/relative-time.js';
|
* $config['additional_javascript'][] = 'js/relative-time.js';
|
||||||
*/
|
*/
|
||||||
if (active_page == 'index' || active_page == 'thread') {
|
if (active_page == 'index' || active_page == 'thread') {
|
||||||
$(document).ready(function () {
|
onready(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var selector, event_type;
|
var selector, event_type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user