edit.lite.html.hook.php 77 B

123456
  1. <script>
  2. $(function()
  3. {
  4. $('#productBox').addClass("hide");
  5. });
  6. </script>