Fix Glidera resume event in the 2FA step

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-11 16:46:50 -03:00
commit c4ce8b8b8d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 10 additions and 1 deletions

View file

@ -45,7 +45,9 @@ angular.element(document).ready(function() {
}, 100);
}
setTimeout(function() {
window.ignoreMobilePause = false;
var loc = window.location;
var ignoreMobilePause = loc.toString().match(/(glidera|buy|sell)/) ? 'true' : 'false';
window.ignoreMobilePause = ignoreMobilePause;
}, 100);
}, false);