mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
Removed extraneous class
This commit is contained in:
parent
9cbf10ea4f
commit
c8d98316fa
@ -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(" "));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user