1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 00:50:28 +00:00

Get rid of the support for old-style syncers

This commit is contained in:
Jeremy Ruston 2013-03-17 18:45:22 +00:00
parent e959c1a75b
commit 2624fed4f1

View File

@ -74,15 +74,6 @@ exports.startup = function() {
downloadType: "text/plain"
});
},false);
// Install syncers
$tw.syncers = {};
$tw.modules.forEachModuleOfType("syncer",function(title,module) {
if(module.name && module.syncer) {
$tw.syncers[module.name] = new module.syncer({
wiki: $tw.wiki
});
}
});
// Install the crypto event handlers
document.addEventListener("tw-set-password",function(event) {
$tw.passwordPrompt.createPrompt({