mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Fixed bug which prevented qortal:// URLs from working properly in most cases.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function httpGet(event, url) {
|
||||
function httpGet(url) {
|
||||
var request = new XMLHttpRequest();
|
||||
request.open("GET", url, false);
|
||||
request.send(null);
|
||||
|
Reference in New Issue
Block a user