jQuery(document).ready(function($) {//alert('hello');jQuery('.report-video-error').click(function() { jQuery('.report-video-error').hide();jQuery('.report-video-modal').show();jQuery('.fatyol-layer').show();});jQuery('.report-video-cancel').click(function() {jQuery('.report-video-error').show();jQuery('.report-video-modal').hide();jQuery('.fatyol-layer').hide();});});