mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Never show close buttons in modal dialogs, this is not needed
This commit is contained in:
@@ -39,6 +39,7 @@ $(document).on('click', '.location-delete-button', function (e)
|
||||
|
||||
bootbox.confirm({
|
||||
message: __t('Are you sure to delete location "%s"?', objectName),
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
confirm: {
|
||||
label: __t('Yes'),
|
||||
|
Reference in New Issue
Block a user