mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-08 06:43:49 +00:00
We don't need jQuery for this
This commit is contained in:
parent
ffbed4edbd
commit
ebc127b2cb
@ -60,9 +60,7 @@ function executeModule(modName,modRoot) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$(function() {
|
// Execute the main module
|
||||||
// Execute the main module
|
var app = new (executeModule("js/App.js").App)();
|
||||||
var app = new (executeModule("js/App.js").App)();
|
|
||||||
})
|
|
||||||
|
|
||||||
})();
|
})();
|
Loading…
x
Reference in New Issue
Block a user