mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
10 lines
159 B
JavaScript
10 lines
159 B
JavaScript
|
jQuery(document).ready(function() {
|
||
|
test("Wait until TiddlyWiki starts", function() {
|
||
|
stop();
|
||
|
});
|
||
|
});
|
||
|
|
||
|
jQuery().bind("startup", function() {
|
||
|
start();
|
||
|
});
|