mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
change to use onready()
This commit is contained in:
parent
b38936055e
commit
dd4196fd89
@ -8,7 +8,7 @@
|
||||
* $config['additional_javascript'][] = 'js/relative-time.js';
|
||||
*/
|
||||
if (active_page == 'index' || active_page == 'thread') {
|
||||
$(document).ready(function () {
|
||||
onready(function () {
|
||||
'use strict';
|
||||
|
||||
var selector, event_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user