Widget:ContactsPageWidget: различия между версиями

Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 61: Строка 61:
}
}


window. Onload = (event) => {
window.onload = (event) => {
     console.log("Page is fully loaded");
     console.log("Page is fully loaded");


Строка 73: Строка 73:
wk2bFuncTurnButtonIntoLink(buttonLoginId);
wk2bFuncTurnButtonIntoLink(buttonLoginId);


             const buttons = document.getElementsByClassName(buttonId);
             const buttons = document.getElementsByClassName(targetDivId);
             if (buttons. Length > 0) {
             if (buttons.length > 0) {
                 for (let index in buttons) {
                 for (let index in buttons) {
                     const targetDiv = buttons[index];
                     const targetDiv = buttons[index];

Текущая версия от 02:36, 8 августа 2025

This widget created to hold some JavaScript code for Contacts Button custom behaiour