mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-27 23:04:41 +00:00
Move the editions into a subfolder
This commit is contained in:
9
editions/tw2/source/tiddlywiki/test/qunit/delayTestExecution.js
Executable file
9
editions/tw2/source/tiddlywiki/test/qunit/delayTestExecution.js
Executable file
@@ -0,0 +1,9 @@
|
||||
jQuery(document).ready(function() {
|
||||
test("Wait until TiddlyWiki starts", function() {
|
||||
stop();
|
||||
});
|
||||
});
|
||||
|
||||
jQuery().bind("startup", function() {
|
||||
start();
|
||||
});
|
||||
Reference in New Issue
Block a user