mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
Never show close buttons in modal dialogs, this is not needed
This commit is contained in:
@@ -145,6 +145,7 @@ $(document).on("click", "#barcodescanner-start-button", function(e)
|
||||
},
|
||||
size: 'big',
|
||||
backdrop: true,
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
cancel: {
|
||||
label: __t('Cancel'),
|
||||
|
@@ -169,6 +169,7 @@ $('#product_id_text_input').on('blur', function(e)
|
||||
},
|
||||
size: 'large',
|
||||
backdrop: true,
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
cancel: {
|
||||
label: __t('Cancel'),
|
||||
|
Reference in New Issue
Block a user