From 11f9197f3352cd8b1d691b3c24211325c17db65f Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 15 Jul 2009 17:57:21 +0000 Subject: [PATCH] removed debug alerts --- www/extras/yui-webgui/build/thingyRecord/thingyRecord.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/extras/yui-webgui/build/thingyRecord/thingyRecord.js b/www/extras/yui-webgui/build/thingyRecord/thingyRecord.js index 7c631359b..c1fa7f7ee 100644 --- a/www/extras/yui-webgui/build/thingyRecord/thingyRecord.js +++ b/www/extras/yui-webgui/build/thingyRecord/thingyRecord.js @@ -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 );