this function was only referenced once
This commit is contained in:
parent
9472a1014c
commit
766cc9e959
@ -1,3 +1,12 @@
|
|||||||
|
function find_thumb_link_containers () {
|
||||||
|
|
||||||
|
var post_link = "a[href*='/post/view/']";
|
||||||
|
var has_thumb_img = ":has(img[src*='/thumb/'])";
|
||||||
|
|
||||||
|
var list = $( post_link + has_thumb_img ).parent();
|
||||||
|
|
||||||
|
return list;
|
||||||
|
}
|
||||||
|
|
||||||
function toggle_tag( button, id ) {
|
function toggle_tag( button, id ) {
|
||||||
id += ":";
|
id += ":";
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
function find_thumb_link_containers () {
|
|
||||||
|
|
||||||
var post_link = "a[href*='/post/view/']";
|
|
||||||
var has_thumb_img = ":has(img[src*='/thumb/'])";
|
|
||||||
|
|
||||||
var list = $( post_link + has_thumb_img ).parent();
|
|
||||||
|
|
||||||
return list;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user