mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Added port check in wizard.
also fixed favicon
This commit is contained in:
parent
ccfaa56eaf
commit
972f1cea3c
28 changed files with 23 additions and 17 deletions
6
Ombi.UI/Content/wizard.js
vendored
6
Ombi.UI/Content/wizard.js
vendored
|
@ -25,6 +25,12 @@
|
|||
|
||||
$('#contentBody').on('click', '#embyApiKeySave', function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
var port = $('#portNumber').val();
|
||||
if (!port) {
|
||||
generateNotify("Please provide a port number", "warning");
|
||||
}
|
||||
|
||||
$('#spinner').attr("class", "fa fa-spinner fa-spin");
|
||||
|
||||
var $form = $("#embyAuthForm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue