1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-06 14:10:02 +00:00
2012-11-16 21:20:27 +00:00

10 lines
159 B
JavaScript
Executable File

jQuery(document).ready(function() {
test("Wait until TiddlyWiki starts", function() {
stop();
});
});
jQuery().bind("startup", function() {
start();
});