From c2ce8e3c9dc63f6b8df45c685f63c0f714e90f4a Mon Sep 17 00:00:00 2001 From: ATM john Date: Thu, 8 Jul 2021 22:29:41 +0200 Subject: [PATCH] Fix comment --- htdocs/core/js/lib_foot.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/js/lib_foot.js.php b/htdocs/core/js/lib_foot.js.php index d7e8b669528..78751a07458 100644 --- a/htdocs/core/js/lib_foot.js.php +++ b/htdocs/core/js/lib_foot.js.php @@ -247,7 +247,7 @@ print 'jQuery(\'.clipboardCPButton, .clipboardCPValueToPrint\').click(function() })'."\n"; -print "\n/* JS CODE TO ENABLE ClipBoard copy paste*/\n"; +print "\n/* JS CODE TO ENABLE DIALOG CONFIRM POPUP ON ACTION BUTTON */\n"; print '$( document ).ready(function() { $(document).on("click", \'.butActionConfirm\', function(event) { event.preventDefault();