Conditional the click
This commit is contained in:
parent
d7dc03cf7a
commit
c6989e735b
1 changed files with 3 additions and 1 deletions
|
@ -2244,7 +2244,9 @@ quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanServi
|
|||
return;
|
||||
}
|
||||
|
||||
this.click();
|
||||
if (this.click) {
|
||||
this.click();
|
||||
}
|
||||
});
|
||||
}, opt_timeout);
|
||||
};
|
||||
|
|
Reference in a new issue