Skip to content

Commit

Permalink
Merge pull request #3117 from ZitaNemeckova/add_spinner
Browse files Browse the repository at this point in the history
Add spinner when item in gtl is clicked and has showUrl
  • Loading branch information
himdel committed Dec 20, 2017
2 parents 3381e0f + 41e3cd3 commit d2810f1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -208,6 +208,7 @@
event.stopPropagation();
event.preventDefault();
if (this.initObject.showUrl) {
miqSparkleOn();
var prefix = this.initObject.showUrl;
var splitUrl = this.initObject.showUrl.split('/');
if (item.parent_path && item.parent_id) {
Expand Down

0 comments on commit d2810f1

Please sign in to comment.