remove -w to prevent warnings from messing up otherwise working CGIs
[freeside.git] / fs_selfservice / FS-SelfService / cgi / signup.html
index 42d0705..a52ddae 100755 (executable)
@@ -335,7 +335,7 @@ function copyelement(from, to) {
                to.value = from.value;
            }
        }
-//     alert(from + " (" + from.type + "): " + to.name + " => " + to.value);
+//     alert(from.name + " (" + from.type + "): " + to.name + " => " + to.value);
     }
 }