[Pieforms-commit] SF.net SVN: pieforms: [263] pieforms-php5/trunk/src/static/core/pieforms.js
Status: Alpha
Brought to you by:
oracleshinoda
From: <ora...@us...> - 2007-12-31 12:14:19
|
Revision: 263 http://pieforms.svn.sourceforge.net/pieforms/?rev=263&view=rev Author: oracleshinoda Date: 2007-12-31 04:14:23 -0800 (Mon, 31 Dec 2007) Log Message: ----------- Removing a debugging alert box. Modified Paths: -------------- pieforms-php5/trunk/src/static/core/pieforms.js Modified: pieforms-php5/trunk/src/static/core/pieforms.js =================================================================== --- pieforms-php5/trunk/src/static/core/pieforms.js 2007-12-31 12:13:56 UTC (rev 262) +++ pieforms-php5/trunk/src/static/core/pieforms.js 2007-12-31 12:14:23 UTC (rev 263) @@ -73,7 +73,6 @@ window.pieformHandlers[self.data.name] = function(data) { // If canceling the form, redirect away if (data.returnCode == -2) { - alert('redirecting to ' + data.goto); window.location = data.goto; return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |