+ add js for mobi.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/* If left = 0, warning. */
|
||||
function checkLeft()
|
||||
{
|
||||
value = $("#left").val();
|
||||
if(isNaN(parseInt(value)) || value == 0)
|
||||
{
|
||||
if(confirm(confirmFinish))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user