From 242884c918ef37f197a1898fd7e6a3d0ebf6f9fc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 16 Oct 2012 10:14:11 +0100 Subject: [PATCH] Temporary fix for the transclude macro Change of plan; the list macro is now going to be refactored to incorporate the functionality of the transclude and story macros as well --- core/modules/macros/transclude.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/macros/transclude.js b/core/modules/macros/transclude.js index 9a747ed6e..e82a14c1a 100644 --- a/core/modules/macros/transclude.js +++ b/core/modules/macros/transclude.js @@ -108,6 +108,7 @@ console.log("Refreshing transclude macro",this.params.filter,this.tiddlerTitle); this.reexecuteInDom(); } else { // Do a selective refresh + this.reexecuteInDom(); } };