1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00

Merge pull request #357 from marktaiwan/bug-fix

fix Relative Time and Image Throttler
This commit is contained in:
Fredrick Brennan 2015-01-23 08:01:50 +08:00
commit 1833685428
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) {