Guest User

Untitled

a guest
May 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function(){
  3. if(jQuery('.et_pb_video_box').length !== 0)
  4. jQuery('.et_pb_video_box').find('video').prop('controls', false);
  5. });
  6. </script>
Add Comment
Please, Sign In to add comment