Add in optional semicolon closes #28805
This commit is contained in:
parent
1f430fc980
commit
0bdf9a6341
|
@ -352,7 +352,7 @@ function wc_no_js() {
|
|||
var c = document.body.className;
|
||||
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
|
||||
document.body.className = c;
|
||||
})()
|
||||
})();
|
||||
</script>
|
||||
<?php
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue