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:
@@ -393,7 +393,8 @@ Grocy.FrontendHelpers.ShowGenericError = function(message, exception)
|
||||
{
|
||||
bootbox.alert({
|
||||
title: __t('Error details'),
|
||||
message: JSON.stringify(exception, null, 4)
|
||||
message: JSON.stringify(exception, null, 4),
|
||||
closeButton: false
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user