mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 06:31:02 +02:00
Make sure original buttons don't show in auto dialog
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user