mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Make sure original buttons don't show in auto dialog
This commit is contained in:
parent
ea79585b23
commit
550604017e
@ -284,6 +284,7 @@ function nm_open_popup(_action, _ids)
|
||||
var action = _action;
|
||||
jQuery('button',popup).each(function(index) {
|
||||
var but = jQuery(this);
|
||||
but.hide();
|
||||
if(but.attr("id"))
|
||||
{
|
||||
// Find the associated widget
|
||||
|
Loading…
Reference in New Issue
Block a user