This commit is contained in:
2024-05-05 18:31:50 +05:00
parent 975d9ee310
commit 93650e9d1a
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='';