
Olay ile ilgili (1) şahıs yakalanmış olup, şahıs mevcutlu olarak Mersin Cumhuriyet Başsavcılığına sevk edildi.
//video Regex var videoyoutube = /^http(?:s?)://(?:www.)?youtu(?:be.com/watch?v=|.be/)([w-_]*)(&(amp;)?[w?=]*)?/g;var videoyoutubeID = /(?:youtu.be/|youtube.com(?:/embed/|/v/|/watch?v=|/user/S+|/ytscreeningroom?v=))([w-]{10,12})b/;var videovimeo = /https://(www.)?vimeo.com/(d+)($|/)/g;var videovimeoID = /https?://(?:www.)?vimeo.com/(?:channels/(?:w+/)?|groups/([^/]*)/videos/|album/(d+)/video/|)(d+)(?:$|/|?)/;;
$(document).ready(function () {
$("#w710715d9f80e4e16a1f8e942fca1bfcf").css({ "display": "block" });$("#w710715d9f80e4e16a1f8e942fca1bfcf").SGVideoList({MainColor: "#F56600",})
var videoItem = $('.coastguard-videolist .video-list .video-item');var videoItemLink = $('.coastguard-videolist .video-list .video-item .video-card-withDate');videoItem.each(function (i) {var videoUrlTag = $('.video-card-withDate', this);var videoUrl = $('.video-card-withDate', this).attr('href');
if (videoUrl.match(videoyoutube)) {videoUrlTag.attr('data-type', 'youtube') } else if (videoUrl.match(videovimeo)) {videoUrlTag.attr('data-type', 'vimeo') } else {videoUrlTag.attr('data-type', 'htmlvideo') }if (i === 0 && $(window).width() > 767) {$('.main-video .embed-responsive').html('').append(videoTheme(videoUrlTag.data('type'), videoUrl, videoUrlTag.data('img')));$('.main-video .card-text').html('').text(videoUrlTag.find('.card-text').text());$('.main-video .card-title').html('').text(videoUrlTag.find('.card-title').text());}});
videoItemLink.click(function () {if ($(this).parent('.video-item').hasClass('selected')) {return false;} else {var videoType = $(this).data('type');var videoLink = $(this).attr('href');$('.main-video .embed-responsive').html('').append(videoTheme(videoType, videoLink, $(this).data('img')));$('.main-video .card-text').html($(this).find('.card-text').html());$('.main-video .card-title').html($(this).find('.card-title').html());$(this).parent('.video-item').addClass('selected').siblings().removeClass('selected');}});
$('.video-list').niceScroll({autohidemode: false,cursorwidth: '4px',cursorborder: '0px',cursorborderradius: '0px',//cursorcolor: '#F56600',railoffset: true,railpadding: { top: 0, right: 0, left: 0, bottom: 0 },railvalign: top,background: '#EEEEEE' });
CoastguardCardSlider('coastguard-mobile-videolist');
});
function CoastguardCardSlider(s) {let cardSwiper = new Swiper('#' + s, {slidesPerView: 1,spaceBetween: 4,pagination: {el: '.' + s + '-pagination',clickable: true,type: 'bullets' },autoplay: false,});}
function videoTheme(type, source,image) {var template;switch (type) {case 'youtube': var videoID;videoID = source.match(videoyoutubeID);template = "https://www.youtube.com/watch?v=";break;case 'vimeo': var videoID;videoID = source.match(videovimeoID);template = "