Fix comment
This commit is contained in:
parent
752fe22c68
commit
c2ce8e3c9d
@ -247,7 +247,7 @@ print 'jQuery(\'.clipboardCPButton, .clipboardCPValueToPrint\').click(function()
|
|||||||
})'."\n";
|
})'."\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() {
|
print '$( document ).ready(function() {
|
||||||
$(document).on("click", \'.butActionConfirm\', function(event) {
|
$(document).on("click", \'.butActionConfirm\', function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user