(function( $ ) {
|
|
'use strict';
|
|
|
|
$(function() {
|
|
if ($('#wc_cdp_product_bundle_modal')) {
|
|
$('#wc_cdp_product_bundle_modal').modal('show');
|
|
}
|
|
});
|
|
|
|
})( jQuery );
|