mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 12:41:17 +01:00
some quick bugfixes
This commit is contained in:
parent
d4767b536a
commit
bc41892255
@ -60,7 +60,8 @@ $(window).ready(function() {
|
|||||||
|
|
||||||
$(form).find('input[type="submit"]').val(submit_txt);
|
$(form).find('input[type="submit"]').val(submit_txt);
|
||||||
$(form).find('input[type="submit"]').removeAttr('disabled');
|
$(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,
|
cache: false,
|
||||||
contentType: false,
|
contentType: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user