Commit 35d3b58c authored by Sven Franck's avatar Sven Franck

app: fixed icon on submit button

parent 034a6c35
......@@ -2501,10 +2501,10 @@
"type": "span",
"direct": {
"className": "ui-li-icon ui-li-icon-custom ui-icon-" +
spec.icon + " ui-icon"
(spec.icon || spec.value) + " ui-icon"
},
"logic": {"text": "\u00A0"}
}), "ui-li-has-icon"];
}), " ui-li-has-icon"];
// main link, split button
// TODO: make icon generic! what about util.class_string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment