mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
!wip spacing
This commit is contained in:
parent
e77d54c6d1
commit
eceab97b65
1 changed files with 6 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue