mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
More for #844
This commit is contained in:
parent
262a90e05c
commit
ad2169ca17
3 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
@using Ombi.UI.Resources
|
||||
@using Ombi.UI.Helpers
|
||||
@using Ombi.UI.Resources
|
||||
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<Ombi.Core.SettingModels.AuthenticationSettings>
|
||||
|
||||
<div class="home">
|
||||
|
@ -30,7 +31,7 @@
|
|||
<script>
|
||||
$(function () {
|
||||
|
||||
var base = $('#baseUrl').val();
|
||||
var base = '@Html.GetBaseUrl()';
|
||||
|
||||
$('#contentBody').on('click', '#loginBtn', function (e) {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue