removed debug alerts

This commit is contained in:
Doug Bell 2009-07-15 17:57:21 +00:00
parent 44ea49b06c
commit 11f9197f33

View file

@ -81,8 +81,6 @@ WebGUI.ThingyRecord.updateFieldPrices
var json = YAHOO.lang.JSON.parse( form.elements["fieldPrice"].value );
json[fieldName] = this.value;
form.elements["fieldPrice"].value = YAHOO.lang.JSON.stringify( json );
alert( json );
alert( form.elements["fieldPrice"].value );
} );
label.appendChild( price );