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