Widget:ContactsPageWidget: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
| Строка 48: | Строка 48: | ||
function wk2bFuncTurnButtonIntoLink(buttonId) { | function wk2bFuncTurnButtonIntoLink(buttonId) { | ||
const targetButton = document.getElementById(buttonId); | const targetButton = document.getElementById(buttonId); | ||
if (targetButton != undefined) { | if (targetButton != undefined) { | ||
| Строка 74: | Строка 58: | ||
window. Location = linkToGo; | window. Location = linkToGo; | ||
} | } | ||
} | } | ||
} | } | ||
Версия от 23:34, 7 августа 2025
This widget created to hold some JavaScript code for Contacts Button custom behaiour