Add in optional semicolon closes #28805

This commit is contained in:
roykho 2021-01-21 06:27:44 -08:00
parent 1f430fc980
commit 0bdf9a6341
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 1 additions and 1 deletions

View File

@ -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
}