forked from Qortal/qortal
Fixed bug which prevented qortal:// URLs from working properly in most cases.
This commit is contained in:
parent
ed6333f82e
commit
1ce2dcfb2b
@ -1,4 +1,4 @@
|
||||
function httpGet(event, url) {
|
||||
function httpGet(url) {
|
||||
var request = new XMLHttpRequest();
|
||||
request.open("GET", url, false);
|
||||
request.send(null);
|
||||
|
Loading…
Reference in New Issue
Block a user