Subversion Repositories My Stuff

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 14
Line 19... Line 19...
19
                        beforeSubmit: function() {
19
                        beforeSubmit: function() {
20
                                $('#email_form > #form-indicator').show();
20
                                $('#email_form > #form-indicator').show();
21
                        }
21
                        }
22
                };
22
                };
23
                $('#email_form > form').ajaxForm(options);
23
                $('#email_form > form').ajaxForm(options);
-
 
24
               
24
});
25
});