mirror of
https://github.com/SuperBFG7/ympd
synced 2025-10-14 22:27:39 +00:00
Fix: don't hide "connection error"
This commit is contained in:
@@ -89,7 +89,7 @@ domCache.currentCover = document.getElementById('currentCover');
|
||||
domCache.btnVoteUp = document.getElementById('btnVoteUp');
|
||||
domCache.btnVoteDown = document.getElementById('btnVoteDown');
|
||||
|
||||
var modalConnectionError = new Modal(document.getElementById('modalConnectionError'));
|
||||
var modalConnectionError = new Modal(document.getElementById('modalConnectionError'), { backdrop: 'static', keyboard: false});
|
||||
var modalSettings = new Modal(document.getElementById('modalSettings'));
|
||||
var modalSavequeue = new Modal(document.getElementById('modalSaveQueue'));
|
||||
var modalSongDetails = new Modal(document.getElementById('modalSongDetails'));
|
||||
|
Reference in New Issue
Block a user