mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Never show close buttons in modal dialogs, this is not needed
This commit is contained in:
@@ -376,6 +376,7 @@ $(document).on('click', '.qu-conversion-delete-button', function(e)
|
||||
|
||||
bootbox.confirm({
|
||||
message: __t('Are you sure to remove this conversion?'),
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
confirm: {
|
||||
label: __t('Yes'),
|
||||
|
Reference in New Issue
Block a user