Make sure original buttons don't show in auto dialog

This commit is contained in:
Nathan Gray 2013-10-22 22:43:14 +00:00
parent ea79585b23
commit 550604017e

View File

@ -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