addwhitelist.lite.html.hook.php 133 B

12345678
  1. <style>
  2. #object_chosen{display:none;}
  3. </style>
  4. <script>
  5. var $object = $('#object');
  6. $object.prev().hide();
  7. $object.hide();
  8. </script>