removed debug alerts
This commit is contained in:
parent
44ea49b06c
commit
11f9197f33
1 changed files with 0 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue