Fix syncing issues with external JS template

Fixes #4808
This commit is contained in:
jeremy@jermolene.com
2020-08-14 11:06:08 +01:00
parent 8cf458d3b3
commit f74c49f393
6 changed files with 33 additions and 10 deletions
@@ -2,8 +2,4 @@ title: $:/core/templates/tiddlywiki5.js/tiddlers
`
$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers "[[$:/core]]">>/>`);
$tw.preloadTiddlerArray([{
title: "$:/config/SaveWikiButton/Template",
text: "$:/core/save/all-external-js"
}]);
`