ajax.js: remove old oekaki cruft; vichan-devel#20
This commit is contained in:
parent
0aa76587ce
commit
9fa9734765
@ -21,7 +21,7 @@ $(window).ready(function() {
|
||||
|
||||
var setup_form = function($form) {
|
||||
$form.submit(function() {
|
||||
if (do_not_ajax || $("#confirm_oekaki").is(":checked"))
|
||||
if (do_not_ajax)
|
||||
return true;
|
||||
var form = this;
|
||||
var submit_txt = $(this).find('input[type="submit"]').val();
|
||||
|
Loading…
Reference in New Issue
Block a user