1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 20:25:32 +01:00

change to use onready()

This commit is contained in:
Markerov 2014-12-22 17:00:35 +08:00
parent b38936055e
commit dd4196fd89

View File

@ -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;