Browse Source

ajax.js and oekaki.js interaction: fix as suggested by Yahav @ #tinyboard

pull/40/head
czaks 10 years ago
parent
commit
911ecc80de
  1. 2
      js/ajax.js

2
js/ajax.js

@ -20,7 +20,7 @@ $(window).ready(function() {
var setup_form = function($form) {
$form.submit(function() {
if (do_not_ajax)
if (do_not_ajax || $("#confirm_oekaki").is(":checked"))
return true;
var form = this;
var submit_txt = $(this).find('input[type="submit"]').val();

Loading…
Cancel
Save