Fix uriHandler
This commit is contained in:
parent
e3eeab0eb6
commit
ba70a17b63
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ var UriHandler = function() {};
|
|||
|
||||
UriHandler.prototype.register = function() {
|
||||
var base = window.location.origin + '/';
|
||||
var url = base + '#/uri-payment/%s';
|
||||
var url = base + '#!/uri-payment/%s';
|
||||
|
||||
if(navigator.registerProtocolHandler) {
|
||||
navigator.registerProtocolHandler('bitcoin', url, 'Copay');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue