Fix payment uri

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-22 10:58:57 -03:00
commit 6dd9a0e737
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

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