aboutsummaryrefslogtreecommitdiffstats
path: root/js/assets.js
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-03-02 16:19:21 +0100
committerAlessio Vanni <vannilla@firemail.cc>2019-03-02 16:19:21 +0100
commit3a583df6fb993e2722913174c75055cce0b7d5d4 (patch)
tree89dbd1e9bd89ec4546a877e6d06ce58e8c02f8bc /js/assets.js
parentea00a2ec7a9c8b64672e389d1ac43fc2d8d381d5 (diff)
downloadematrix-3a583df6fb993e2722913174c75055cce0b7d5d4.tar.lz
ematrix-3a583df6fb993e2722913174c75055cce0b7d5d4.tar.xz
ematrix-3a583df6fb993e2722913174c75055cce0b7d5d4.zip
Minor changes
Diffstat (limited to 'js/assets.js')
-rw-r--r--js/assets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/assets.js b/js/assets.js
index 37a691a..7190ca0 100644
--- a/js/assets.js
+++ b/js/assets.js
@@ -102,7 +102,7 @@ api.fetchText = function(url, onLoad, onError) {
var onErrorReceived = function() {
this.onload = this.onerror = this.ontimeout = null;
- ηMatrix.logger.writeOne('', 'error', errorCantConnectTo.replace('{{msg}}', actualUrl));
+ ηMatrix.logger.writeOne('', 'error', errorCantConnectTo.replace('{{url}}', actualUrl));
onError.call(null, { url: url, content: '' });
};