onready() instead of onload()

This commit is contained in:
Michael Save 2012-03-31 19:37:31 +11:00
parent ad657916a0
commit f444fa3b6e
5 changed files with 17 additions and 18 deletions

View file

@ -10,7 +10,7 @@
*
*/
onload(function(){
onready(function(){
var iso8601 = function(s) {
s = s.replace(/\.\d\d\d+/,""); // remove milliseconds
s = s.replace(/-/,"/").replace(/-/,"/");