kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Get rid of the support for old-style syncers
rodzic
e959c1a75b
commit
2624fed4f1
core/modules
|
@ -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({
|
||||
|
|
Ładowanie…
Reference in New Issue