mirror of
https://github.com/grocy/grocy.git
synced 2025-11-30 18:21:42 +00:00
Never show close buttons in modal dialogs, this is not needed
This commit is contained in:
@@ -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