1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 15:40:12 +01:00

fix Relative Time and Image Throttler

This commit is contained in:
marktaiwan 2015-01-23 00:03:37 +08:00
parent d7df2abb53
commit 22377af0b1
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
*
*/
onready(function(){
$(document).ready(function(){
'use strict';
var DEFAULT_MAX = 5; // default maximum image loads

View File

@ -13,7 +13,7 @@
*
*/
onready(function(){
$(document).ready(function(){
'use strict';
var iso8601 = function(s) {