Не знаю что
This commit is contained in:
@ -244,6 +244,10 @@ function alert2(title,smallText,fullText,okFunc=null)
|
||||
smallText=fullText;
|
||||
fullText='';
|
||||
}
|
||||
let pos1=smallText.indexOf('[[');
|
||||
let pos2=smallText.indexOf(']]');
|
||||
if(pos1>=0 && pos2>=0 && pos1<pos2) smallText=smallText.substring(pos1+2, pos2);
|
||||
|
||||
let win=new TWin(true);
|
||||
win.BuildGUI(10,10);
|
||||
win.setCaption(document.createTextNode(title));
|
||||
|
||||
Reference in New Issue
Block a user