mirror of
https://github.com/grocy/grocy.git
synced 2025-10-22 20:46:33 +00:00
Hotfix (will be included in v1.19.0 release): Fixed a regression bug regarding issue #56 (product-flow-popup did not work anymore)
This commit is contained in:
@@ -49,7 +49,8 @@ $('#battery_id').on('change', function(e)
|
||||
});
|
||||
|
||||
$('.combobox').combobox({
|
||||
appendId: '_text_input'
|
||||
appendId: '_text_input',
|
||||
bsVersion: '4'
|
||||
});
|
||||
|
||||
$('#battery_id').val('');
|
||||
|
Reference in New Issue
Block a user