From c8d98316fad3e5fa623e5eeccd4dc0ab7ddb5f01 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 15 Jul 2012 17:35:17 +0100 Subject: [PATCH] Removed extraneous class --- core/modules/macros/button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(" ")); }