mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 12:24:56 +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();
|
|
});
|