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
print-window-tiddler
Jeremy Ruston 2012-10-16 10:14:11 +01:00
rodzic 24f0a580b5
commit 242884c918
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -108,6 +108,7 @@ console.log("Refreshing transclude macro",this.params.filter,this.tiddlerTitle);
this.reexecuteInDom();
} else {
// Do a selective refresh
this.reexecuteInDom();
}
};