mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 17:10:29 +00:00
Get rid of the support for old-style syncers
This commit is contained in:
parent
e959c1a75b
commit
2624fed4f1
@ -74,15 +74,6 @@ exports.startup = function() {
|
|||||||
downloadType: "text/plain"
|
downloadType: "text/plain"
|
||||||
});
|
});
|
||||||
},false);
|
},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
|
// Install the crypto event handlers
|
||||||
document.addEventListener("tw-set-password",function(event) {
|
document.addEventListener("tw-set-password",function(event) {
|
||||||
$tw.passwordPrompt.createPrompt({
|
$tw.passwordPrompt.createPrompt({
|
||||||
|
Loading…
Reference in New Issue
Block a user