Skip to content

Commit 7531c36

Browse files
committed
version script
1 parent 55c2f98 commit 7531c36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

classes/frontend-scripts.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ public static function load_scripts_by_product_id( $product_id, $ppom_id = null,
507507
array(
508508
'jquery',
509509
'ppom-inputs',
510-
)
510+
),
511+
PPOM_VERSION
511512
);
512513

513514
self::set_localize_data( $ppom_conditions_script, 'ppom_input_vars', $product, $input_js_vars, $global_js_vars );

0 commit comments

Comments
 (0)