Merge pull request #3328 from gabrielbazan7/fix/animationPreferenceAdvance
fix animation in preference Bws Url
This commit is contained in:
commit
d66de76c76
1 changed files with 11 additions and 10 deletions
|
|
@ -34,7 +34,7 @@ angular.module('copayApp.services').factory('animationService', function(isCordo
|
|||
preferencesUnit: 12,
|
||||
preferencesFee: 12,
|
||||
preferencesAltCurrency: 12,
|
||||
preferencesBwsUrl: 12,
|
||||
preferencesBwsUrl: 13,
|
||||
preferencesAlias: 12,
|
||||
preferencesEmail: 12,
|
||||
export: 13,
|
||||
|
|
@ -51,7 +51,8 @@ angular.module('copayApp.services').factory('animationService', function(isCordo
|
|||
};
|
||||
|
||||
function cleanUpLater(e, e2) {
|
||||
var cleanedUp = false, timeoutID;
|
||||
var cleanedUp = false,
|
||||
timeoutID;
|
||||
var cleanUp = function() {
|
||||
if (cleanedUp) return;
|
||||
cleanedUp = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue