1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-10-23 19:57:38 +00:00

Further simplifications to syncer interface

Dropped the idea of exposing separate server connections
This commit is contained in:
Jeremy Ruston
2013-03-09 09:54:01 +00:00
parent 3da508b7c4
commit 83a141752c
4 changed files with 32 additions and 83 deletions

View File

@@ -29,7 +29,6 @@ exports.startup = function() {
// Set up the wiki store
$tw.wiki.initParsers();
$tw.wiki.initSyncers();
$tw.wiki.initServerConnections();
// Set up the command modules
$tw.Commander.initCommands();
// Get the default tiddlers
@@ -81,7 +80,7 @@ exports.startup = function() {
downloadType: "text/plain"
});
},false);
// Install the crypto event handler
// Install the crypto event handlers
document.addEventListener("tw-set-password",function(event) {
$tw.passwordPrompt.createPrompt({
serviceName: "Set a new password for this TiddlyWiki",