includes/clientside/static/autofill.js
changeset 649 74e03196fd43
parent 647 6bb3d447b4b8
child 687 ea43ac1ff2ee
--- a/includes/clientside/static/autofill.js	Sat Jul 19 21:14:26 2008 -0400
+++ b/includes/clientside/static/autofill.js	Sat Jul 19 21:14:54 2008 -0400
@@ -27,7 +27,7 @@
     
     var allow_anon = ( params.allow_anon ) ? '1' : '0';
     // setup the dataset
-    window[ds_name] = new Spry.Data.JSONDataSet(makeUrlNS('Special', 'Autofill', 'type=' + fillclass + '&allow_anon' + allow_anon));
+    window[ds_name] = new Spry.Data.JSONDataSet(makeUrlNS('Special', 'Autofill', 'type=' + fillclass + '&allow_anon=' + allow_anon));
     
     // inject our HTML wrapper
     var template = this.template.replace(new RegExp('--ID--', 'g'), element.id).replace(new RegExp('--CLASS--', 'g', fillclass));