mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed parentIssue
This commit is contained in:
@@ -128,7 +128,7 @@ var Frontpage = {
|
|||||||
data[options_list[x]._id] = null;
|
data[options_list[x]._id] = null;
|
||||||
}
|
}
|
||||||
if(document.querySelectorAll(".pin").length == 1 && !Helper.mobilecheck()) {
|
if(document.querySelectorAll(".pin").length == 1 && !Helper.mobilecheck()) {
|
||||||
Helper.tooltip(document.querySelectorAll(".pin")[0].parent().parent().parent(), {
|
Helper.tooltip(document.querySelectorAll(".pin")[0].parentElement.parentElement.parentElement, {
|
||||||
delay: 5,
|
delay: 5,
|
||||||
position: "top",
|
position: "top",
|
||||||
html: "Featured playlist"
|
html: "Featured playlist"
|
||||||
|
|||||||
Reference in New Issue
Block a user