1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 23:40:45 +00:00

Removed extraneous class

This commit is contained in:
Jeremy Ruston 2012-07-15 17:35:17 +01:00
parent 9cbf10ea4f
commit c8d98316fa

View File

@ -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(" "));
}