Merge pull request #4087 from JDonadio/fix/cancel-password
remove fastclick from cancel password popup
This commit is contained in:
commit
0f3c73f162
1 changed files with 5 additions and 5 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
<div class="small-6 columns">
|
<div class="small-6 columns">
|
||||||
<button
|
<button
|
||||||
class="round small-6 columns outline dark-gray expand"
|
class="round small-6 columns outline dark-gray expand"
|
||||||
fast-click callback-fn="pass.close(index.askPassword.callback)"
|
ng-click="pass.close(index.askPassword.callback)"
|
||||||
ng-disabled="pass.loading" translate>
|
ng-disabled="pass.loading" translate>
|
||||||
CANCEL
|
CANCEL
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue