Merge pull request #639 from openclassify/vedatakd

remove old functions
This commit is contained in:
Ozcan Durak 2020-08-17 16:31:39 +03:00 committed by GitHub
commit 419d4ce0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) => {