Commit b8f8bf21 authored by Lingnan Wu's avatar Lingnan Wu

add a time gap for the jquery sheet load correctly

parent 6316bf99
......@@ -94,7 +94,8 @@ var Page = {
}
}
Storage[Storage.USER_READY] ? initPage() : Storage.addEventHandler(initPage,Storage.USER_READY);
});
setTimeout("Document.saveCurrentDocument()",200);
});
},
/* include a javascript or a css file */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment