вот теперь 100% багфикс якорь мне в жопу

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2023-12-21 20:31:22 +07:00
parent a3837d55bf
commit ed50fd7e61
6 changed files with 100 additions and 21 deletions

View File

@ -256,7 +256,10 @@ if (typeof window.administrators !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }

View File

@ -706,7 +706,10 @@ if (typeof window.chat !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) row.setAttribute("data-selected", "true"); ) row.setAttribute("data-selected", "true");
} }
@ -846,7 +849,12 @@ if (typeof window.chat !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) row.setAttribute("data-selected", "true"); ) row.setAttribute("data-selected", "true");
} }
} }

View File

@ -1670,7 +1670,10 @@ if (typeof window.markets !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -2501,7 +2504,10 @@ if (typeof window.markets !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }

View File

@ -256,7 +256,10 @@ if (typeof window.operators !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }

View File

@ -1698,7 +1698,10 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -2151,7 +2154,10 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -2311,7 +2317,10 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -2399,7 +2408,10 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -2642,7 +2654,10 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -2757,7 +2772,10 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -3813,7 +3831,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -3916,7 +3939,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -4022,7 +4050,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -4145,7 +4178,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -4968,7 +5006,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -5071,7 +5114,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -5455,7 +5503,12 @@ if (typeof window.tasks !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(
document.getElementById("popup"),
) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }

View File

@ -2055,7 +2055,10 @@ if (typeof window.workers !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }
@ -3390,7 +3393,10 @@ if (typeof window.workers !== "function") {
// Копирование статуса активной строки // Копирование статуса активной строки
if ( if (
typeof selected === "string" && selected === "true" && typeof selected === "string" && selected === "true" &&
document.body.contains(document.getElementById("popup")) document.body.contains(document.getElementById("popup")) &&
!document.body.contains(
document.querySelector('[data-selected="true"]'),
)
) { ) {
row.setAttribute("data-selected", "true"); row.setAttribute("data-selected", "true");
} }