Spring
This commit is contained in:
@ -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='';
|
||||
|
||||
Reference in New Issue
Block a user