fixes #289 - Rename "Season 0" to "Specials"?
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
$('#txtItemsByNamePath', page).removeAttr("required");
|
||||
}
|
||||
|
||||
$('#txtSeasonZeroName', page).val(config.SeasonZeroDisplayName);
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
}
|
||||
|
||||
@@ -87,6 +89,8 @@
|
||||
config.ItemsByNamePath = '';
|
||||
}
|
||||
|
||||
config.SeasonZeroDisplayName = $('#txtSeasonZeroName', form).val();
|
||||
|
||||
ApiClient.updateServerConfiguration(config).done(Dashboard.processServerConfigurationUpdateResult);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user