Never show close buttons in modal dialogs, this is not needed

This commit is contained in:
Bernd Bestel
2019-09-24 10:24:47 +02:00
parent e727a38071
commit 3b29110500
24 changed files with 33 additions and 3 deletions

View File

@@ -49,6 +49,7 @@ $(document).on('click', '.battery-delete-button', function (e)
className: 'btn-danger'
}
},
closeButton: false,
callback: function(result)
{
if (result === true)