We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb8eb1 commit 4258fb3Copy full SHA for 4258fb3
1 file changed
interface/web/themes/default/assets/javascripts/ispconfig.js
@@ -825,6 +825,11 @@ $(document).ready(function() {
825
temp.remove();
826
} );
827
828
+ //Prevent fireing event "click" to parent .copy-to-clipboard element #6726
829
+ $(document).on('click', '.copy-to-clipboard > a', function() {
830
+ return false;
831
+ } );
832
+
833
//display copy-to-clipboard icon
834
let lastCopyToClipboardIcon;
835
$(document).on("mouseenter", '.copy-to-clipboard', function() {
0 commit comments