diff --git a/js/src/functions.js b/js/src/functions.js index 06b4b7d3e58a..e7518d20682c 100644 --- a/js/src/functions.js +++ b/js/src/functions.js @@ -3434,10 +3434,8 @@ Functions.indexDialogModal = function (routeUrl, url, title, callbackSuccess, ca '' + Messages.strLoading + ''; }); - /** - * @var button_options Object that stores the options - * passed to jQueryUI dialog - */ + // Remove previous click listeners from other modal openings (issue: #17892) + $('#indexDialogModalGoButton').off('click'); $('#indexDialogModalGoButton').on('click', function () { /** * @var the_form object referring to the export form