Conditional the click

This commit is contained in:
Joseph Schorr 2014-01-09 20:14:38 -05:00
parent d7dc03cf7a
commit c6989e735b

View file

@ -2244,7 +2244,9 @@ quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanServi
return;
}
this.click();
if (this.click) {
this.click();
}
});
}, opt_timeout);
};