From 88f6088a429fb73d12805377b43c6b567d03a5db Mon Sep 17 00:00:00 2001 From: marktaiwan Date: Fri, 23 Jan 2015 00:03:37 +0800 Subject: [PATCH] fix Relative Time and Image Throttler --- js/inline-expanding.js | 2 +- js/local-time.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/inline-expanding.js b/js/inline-expanding.js index 74fe6c5a..92069689 100644 --- a/js/inline-expanding.js +++ b/js/inline-expanding.js @@ -12,7 +12,7 @@ * */ -onready(function(){ +$(document).ready(function(){ 'use strict'; var DEFAULT_MAX = 5; // default maximum image loads diff --git a/js/local-time.js b/js/local-time.js index ac67673c..a821579f 100644 --- a/js/local-time.js +++ b/js/local-time.js @@ -13,7 +13,7 @@ * */ -onready(function(){ +$(document).ready(function(){ 'use strict'; var iso8601 = function(s) {