mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
remove old functions
This commit is contained in:
parent
de5ac7e56f
commit
75d01e620d
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user