mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update Bootstrap libraries (#1313)
* Fix - Priorities do not clear with Colorpicker open * Update bootstrap-select
This commit is contained in:
parent
1ef3a106f1
commit
22a39f1b47
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -46,7 +46,7 @@ $(document).ready(function () {
|
||||
|
||||
// Update language selection
|
||||
$("#language-select").on('changed.bs.select', function (e, clickedIndex, isSelected, previousValue) {
|
||||
var newLang = availLang[clickedIndex - 1];
|
||||
var newLang = availLang[clickedIndex];
|
||||
if (newLang !== storedLang) {
|
||||
setStorage("langcode", newLang);
|
||||
reload();
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user