mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
small changes
This commit is contained in:
parent
ea52fa3dc3
commit
b374d20860
10 changed files with 79 additions and 13 deletions
|
@ -94,7 +94,7 @@ function createBaseUrl(base, url) {
|
|||
}
|
||||
|
||||
|
||||
function createBaseUrl(url) {
|
||||
function createLocalUrl(url) {
|
||||
var base = $('#baseUrl').text();
|
||||
if (base) {
|
||||
if (url.charAt(0) === "/") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue