mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #3760 from nielsvanvelzen/fix-logs-submit
Fix saving log settings not working
This commit is contained in:
commit
db346e4c05
@ -9,7 +9,8 @@ import alert from '../../components/alert';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
function onSubmit() {
|
||||
function onSubmit(event) {
|
||||
event.preventDefault();
|
||||
loading.show();
|
||||
const form = this;
|
||||
ApiClient.getServerConfiguration().then(function (config) {
|
||||
|
Loading…
Reference in New Issue
Block a user