* move checkLeft to common.js.

This commit is contained in:
zhujinyong
2013-01-22 09:12:10 +00:00
parent acb911e1fa
commit 77194dad77

View File

@@ -2,7 +2,7 @@
function checkLeft()
{
value = $("#left").val();
if(isNaN(parseInt(value)))
if(isNaN(parseInt(value)) || value == 0)
{
if(confirm(confirmFinish))
{