diff --git a/core/modules/macros/reveal.js b/core/modules/macros/reveal.js index d32a3ffa3..455c4a985 100644 --- a/core/modules/macros/reveal.js +++ b/core/modules/macros/reveal.js @@ -100,30 +100,7 @@ exports.executeMacro = function() { return child; }; -exports.refreshInDom = function(changes) { - var needChildrenRefresh = true, // Avoid refreshing the children nodes if we don't need to - t; - // Re-read the open state - this.readState(); - // Render the children if we're open and we don't have any children yet - if(this.isOpen && this.child.children.length === 0) { - // Install the children and execute them - this.child.children = this.content; - for(t=0; t