forked from CGM_Public/pretix_original
Tiny fix to make Edge happy and display cancellation-slider
This commit is contained in:
@@ -341,7 +341,7 @@ $(function () {
|
||||
var newinp = parseFloat(prompt(gettext("Please enter the amount the organizer can keep."), cancel_fee_slider.getValue().toString()).replace(',', '.'));
|
||||
cancel_fee_slider.setValue(newinp);
|
||||
cancel_fee_slider_update();
|
||||
} catch {
|
||||
} catch (e) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user