Commit bc3696ec authored by Sven Franck's avatar Sven Franck

TUTORIAL-FIX: typo...

parent 22c15278
......@@ -2461,7 +2461,7 @@
// NOTE: we only set on <a>
if (element.type === "a") {
// because of custom a in service_instance_status!
if (!element.logic || {}).plain_link) {
if (!(element.logic || {}).plain_link) {
string += " ui-btn ui-shadow ";
}
if (icon) {
......
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