Browse Source

some quick bugfixes

pull/40/head
Michael Foster 11 years ago
parent
commit
0367914e53
  1. 3
      js/ajax.js

3
js/ajax.js

@ -60,7 +60,8 @@ $(window).ready(function() {
$(form).find('input[type="submit"]').val(submit_txt);
$(form).find('input[type="submit"]').removeAttr('disabled');
$(form).find('input[name="subject"],textarea[name="body"],input[type="file"]').val('');
$(form).find('input[name="subject"],input[name="file_url"],\
textarea[name="body"],input[type="file"]').val('').change();
},
cache: false,
contentType: false,

Loading…
Cancel
Save