Enabled product bundles
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* wcj-pdf-invoicing.
|
||||
*
|
||||
* version 2.5.2
|
||||
* since 2.5.2
|
||||
*/
|
||||
jQuery(document).ready(function() {
|
||||
jQuery('a.wcj_need_confirmation').click(function() {
|
||||
return confirm("Are you sure?");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user