mirror of
https://github.com/grocy/grocy.git
synced 2025-09-29 19:12:24 +00:00
Fixed and optimized some things related to #421 (& some more cleanup)
This commit is contained in:
@@ -614,10 +614,10 @@ $(document).on("click", ".show-as-dialog-link", function(e)
|
||||
backdrop: true,
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
ok: {
|
||||
label: __t('OK'),
|
||||
className: 'btn-success responsive-button',
|
||||
callback: function()
|
||||
cancel: {
|
||||
label: __t('Cancel'),
|
||||
className: 'btn-secondary responsive-button',
|
||||
callback: function ()
|
||||
{
|
||||
bootbox.hideAll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user