We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ea15c + 12e14f6 commit ff203d2Copy full SHA for ff203d2
js/irc/athemequery.js
@@ -10,7 +10,7 @@ qwebirc.irc.AthemeQuery.newRequest = function(command) {
10
/* New login request. */
11
var cacheAvoidance = qwebirc.util.randHexString(16);
12
var r = new Request.JSON({
13
- url: "/a/" + command + "?r=" + cacheAvoidance,
+ url: conf.frontend.dynamic_base_url + "a/" + command + "?r=" + cacheAvoidance,
14
async: true
15
});
16
0 commit comments