Merge branch 'HEAD' into origin/master
This commit is contained in:
commit
05aaf6cf39
@ -47,7 +47,7 @@ IgniteTemplate.prototype.route = function(routes, showCallback = null, hideCallb
|
||||
}
|
||||
} else {
|
||||
//Hide the route element.
|
||||
this.element.style.setProperty("display", "none");
|
||||
this.element.style.setProperty("display", "none", "important");
|
||||
|
||||
if (hideCallback) {
|
||||
hideCallback();
|
||||
|
Loading…
x
Reference in New Issue
Block a user