slitaz-pizza rev 68

function.js:Typo
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Nov 01 01:34:41 2012 +0100 (2012-11-01)
parents 3163fd557f92
children a623eba88ed3
files web/lib/functions.js
line diff
     1.1 --- a/web/lib/functions.js	Thu Nov 01 01:23:13 2012 +0100
     1.2 +++ b/web/lib/functions.js	Thu Nov 01 01:34:41 2012 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  		for (var i = 0; i < document.forms["pizza"]["flavor"].value.length; i++) {
     1.5  		  	if (str.indexOf(document.forms["pizza"]["flavor"].value.charAt(i)) != -1)
     1.6  		  	{
     1.7 -			  	alert ("Invalid Flavor name.\n Please remove speciial characters.");
     1.8 +			  	alert ("Invalid Flavor name.\n Please remove special characters.");
     1.9  			  	document.forms["pizza"]["desc"].focus();
    1.10  			  	return false;
    1.11  		  	}