From 550604017e9b4a99eba11a8b11da0d522d9e6e86 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 22 Oct 2013 22:43:14 +0000 Subject: [PATCH] Make sure original buttons don't show in auto dialog --- etemplate/js/et2_extension_nextmatch_actions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/js/et2_extension_nextmatch_actions.js b/etemplate/js/et2_extension_nextmatch_actions.js index 645f271b7f..8c1c3be5de 100644 --- a/etemplate/js/et2_extension_nextmatch_actions.js +++ b/etemplate/js/et2_extension_nextmatch_actions.js @@ -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