mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 00:26:45 +00:00
Missed corrections of tm-auto-save-wiki message
This commit is contained in:
@@ -73,7 +73,7 @@ exports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {
|
||||
}
|
||||
});
|
||||
// Trigger an autosave
|
||||
$tw.rootWidget.dispatchEvent({type: "tw-auto-save-wiki"});
|
||||
$tw.rootWidget.dispatchEvent({type: "tm-auto-save-wiki"});
|
||||
// Return a heartwarming confirmation
|
||||
return "Plugin " + title + " successfully saved";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user