forked from leftypol/leftypol
onready() instead of onload()
This commit is contained in:
parent
ad657916a0
commit
f444fa3b6e
5 changed files with 17 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
onload(function(){
|
||||
onready(function(){
|
||||
var iso8601 = function(s) {
|
||||
s = s.replace(/\.\d\d\d+/,""); // remove milliseconds
|
||||
s = s.replace(/-/,"/").replace(/-/,"/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue