bring back accidentially deleted method
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
f49212f154
Коммит
484a551037
|
@ -137,6 +137,13 @@ export default {
|
|||
this.createDlg = false
|
||||
},
|
||||
|
||||
timedReload() {
|
||||
// reload poll list periodically
|
||||
this.reloadTimer = window.setInterval(() => {
|
||||
emit('update-polls')
|
||||
}, this.reloadInterval)
|
||||
},
|
||||
|
||||
toggleCreateDlg() {
|
||||
this.createDlg = !this.createDlg
|
||||
if (this.createDlg) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче