It looks like you're offline.
Open Library logo
additional options menu

/upstream/js/validate.js → Diff

Added
Modified
Removed
Not changed
Revision 5 by Anand Chitipothu May 11, 2010
Revision 6 by Lance Arthur June 30, 2010
body
0 /** 0 /**
... ...
67 67
68                // validate author-autocompletes on submit 68                /* validate author-autocompletes on submit
69                $(form).find("input.author-autocomplete").each(function() { 69                $(form).find("input.author-autocomplete").each(function() {
... ...
76                }); 76                });
77                */
77                 77                
... ...
85 })(jQuery); 85 })(jQuery);