自动代偿去掉提示
This commit is contained in:
parent
616767151c
commit
3f76a271ed
@ -21,7 +21,7 @@ include
|
||||
function selectno(){
|
||||
AsDialog.OpenSelector("selectno", "", "dialogWidth=" + parseInt(window.screen.width * 0.3) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"){
|
||||
alert(getHtmlMessage('1'));
|
||||
//alert(getHtmlMessage('1'));
|
||||
return;
|
||||
}
|
||||
sReturn = sReturn.split("@");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user