Merge pull request #2934 from TheTincho/fix-migrated-url-redirect
Add PATH_PREFIX to redirectToMigratedURL
This commit is contained in:
commit
bb13a23d29
File diff suppressed because one or more lines are too long
|
@ -927,7 +927,7 @@ function redirectToMigratedURL() {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
var query = $.param(queryObject);
|
var query = $.param(queryObject);
|
||||||
window.location = "/graph?" + query;
|
window.location = PATH_PREFIX + "/graph?" + query;
|
||||||
}
|
}
|
||||||
|
|
||||||
$(init);
|
$(init);
|
||||||
|
|
Loading…
Reference in New Issue