mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
Merge pull request #639 from openclassify/vedatakd
remove old functions
This commit is contained in:
commit
419d4ce0e5
@ -40,13 +40,6 @@ $('.sort-by-item').on('click', function () {
|
|||||||
window.location.replace(goURL);
|
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 () {
|
$(document).ready(function () {
|
||||||
let searchParams = new URLSearchParams(window.location.search);
|
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) {
|
$("#listFilterForm").submit(function(e) {
|
||||||
const inputs = $('#listFilterForm :input');
|
const inputs = $('#listFilterForm :input');
|
||||||
[...inputs].forEach((input) => {
|
[...inputs].forEach((input) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user