diff --git a/core/modules/macros/button.js b/core/modules/macros/button.js index 490abeb04..ff4f0a460 100644 --- a/core/modules/macros/button.js +++ b/core/modules/macros/button.js @@ -73,7 +73,7 @@ exports.handleEvent = function(event) { }; exports.executeMacro = function() { - var attributes = {"class": ["tw-popup-controller"]}; + var attributes = {"class": []}; if(this.hasParameter("class")) { $tw.utils.pushTop(attributes["class"],this.params["class"].split(" ")); }