remove old functions

This commit is contained in:
vedatakd 2020-08-17 13:26:33 +03:00
parent de5ac7e56f
commit 75d01e620d

View File

@ -40,13 +40,6 @@ $('.sort-by-item').on('click', function () {
window.location.replace(goURL);
});
$('.ad-info-right-bar-video').on('click', function () {
$(".video-ad-tooltip-" + $(this).attr('data-id'))[0].play();
$(".video-ad-tooltip-" + $(this).attr('data-id'))[0].controls = false;
});
$(document).ready(function () {
let searchParams = new URLSearchParams(window.location.search);
@ -167,12 +160,6 @@ $(document).ready(function () {
});
});
$('.ad-info-right-bar-video').tooltip({
animated: 'fade',
placement: 'bottom',
html: true
});
$("#listFilterForm").submit(function(e) {
const inputs = $('#listFilterForm :input');
[...inputs].forEach((input) => {