Get rid of the support for old-style syncers

print-window-tiddler
Jeremy Ruston 2013-03-17 18:45:22 +00:00
rodzic e959c1a75b
commit 2624fed4f1
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

@ -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({