--- a/includes/clientside/static/autofill.js Wed May 07 14:06:16 2008 -0400
+++ b/includes/clientside/static/autofill.js Sun May 11 16:58:58 2008 -0400
@@ -190,7 +190,7 @@
var response = String(ajax.responseText) + ' ';
if ( response.substr(0,1) != '{' )
{
- new messagebox(MB_OK|MB_ICONSTOP, 'Invalid response', 'Invalid or unexpected JSON response from server:<pre>' + ajax.responseText + '</pre>');
+ new MessageBox(MB_OK|MB_ICONSTOP, 'Invalid response', 'Invalid or unexpected JSON response from server:<pre>' + ajax.responseText + '</pre>');
return false;
}
if ( $dynano(afobj.field_id).object.value.length < 3 )