Fix retention stupid IE11

This commit is contained in:
Christoph Wiechert
2018-12-14 18:56:12 +01:00
parent 39a482807a
commit ae94e32447

View File

@@ -7,7 +7,7 @@
label(for='retention') Retention
|
select#retention.form-control(:value='retention', :disabled='disabled',
@input="$store.commit('upload/RETENTION', $event.target.value)")
@change="$store.commit('upload/RETENTION', $event.target.value)")
option(v-for='(label, seconds, index) in config.retentions',
:value="seconds", :selected="seconds === retention") {{ label }}
div