diff --git a/core/modules/utils/dom/popup.js b/core/modules/utils/dom/popup.js index ce148af95..a62bf8975 100644 --- a/core/modules/utils/dom/popup.js +++ b/core/modules/utils/dom/popup.js @@ -120,7 +120,8 @@ Popup.prototype.show = function(options) { this.popups.push({ title: options.title, wiki: options.wiki, - domNode: options.domNode + domNode: options.domNode, + noStateReference: options.noStateReference }); } // Set the state tiddler