Не знаю почему не последняя версия

This commit is contained in:
Igor I
2024-07-11 16:24:14 +05:00
parent 975d9ee310
commit 8952eb375d
4 changed files with 59 additions and 168 deletions

View File

@ -271,6 +271,7 @@ function postJsonData(url,data,fun){
//Вывести текст поверх окон с кнопочкой OK
function alert2(title,smallText,fullText,okFunc=null)
{
if(fullText === undefined) fullText='';
if(smallText === undefined || smallText==''){
smallText=fullText;
fullText='';