mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Remove extraneous space
This commit is contained in:
@@ -90,7 +90,6 @@ export default {
|
|||||||
window.clearTimeout(this.timerId)
|
window.clearTimeout(this.timerId)
|
||||||
this.timerId = -1
|
this.timerId = -1
|
||||||
}
|
}
|
||||||
|
|
||||||
this.statusUpdate = ''
|
this.statusUpdate = ''
|
||||||
this.timerId = window.setTimeout(this.update_setting, this.timerDelay)
|
this.timerId = window.setTimeout(this.update_setting, this.timerDelay)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user