CSSes are no longer fetched from Frontend module
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
$(document).ready( function() {
|
||||
let links = document.getElementsByTagName("link")
|
||||
for (let i = 0; i < links.length; i++) {
|
||||
let oldStr = links[i].href.split("/")
|
||||
let endpoint = oldStr.slice(3).join("/")
|
||||
links[i].href = window.location.protocol + "//" + window.location.hostname + ":8086/" + endpoint
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user