!wip spacing

pull/3895/head
tidusjar 6 years ago
parent e77d54c6d1
commit eceab97b65

@ -8,8 +8,7 @@
const existingBaseUrl = window.localStorage.getItem("baseUrl");
if (existingBaseUrl === null || existingBaseUrl || existingBaseUrl.length === 0) {
document.write('<base href="/' + existingBaseUrl + '" />');
if(existingBaseUrl.length === 0)
{
if (existingBaseUrl.length === 0) {
document.write("<link rel=\"stylesheet\" href='/loading.css'/>")
} else {
document.write("<link rel=\"stylesheet\" href='" + existingBaseUrl + "/loading.css'/>")

Loading…
Cancel
Save