* move checkLeft to common.js.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
function checkLeft()
|
||||
{
|
||||
value = $("#left").val();
|
||||
if(isNaN(parseInt(value)))
|
||||
if(isNaN(parseInt(value)) || value == 0)
|
||||
{
|
||||
if(confirm(confirmFinish))
|
||||
{
|
||||
Reference in New Issue
Block a user