forked from enviPath/enviPy
[Feature] Alias Support (#151)
Fixes #149 Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#151
This commit is contained in:
@ -64,8 +64,8 @@
|
||||
|
||||
$('#set_scenario_modal_form_submit').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
if ($('##scenario-select').val().length == 0) {
|
||||
$('##scenario-select').val([''])
|
||||
if ($('#scenario-select').val().length == 0) {
|
||||
$('#scenario-select').val([''])
|
||||
}
|
||||
$('#set_scenario_modal_form').submit();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user