mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 09:30:28 +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() {
|
exports.executeMacro = function() {
|
||||||
var attributes = {"class": ["tw-popup-controller"]};
|
var attributes = {"class": []};
|
||||||
if(this.hasParameter("class")) {
|
if(this.hasParameter("class")) {
|
||||||
$tw.utils.pushTop(attributes["class"],this.params["class"].split(" "));
|
$tw.utils.pushTop(attributes["class"],this.params["class"].split(" "));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user