From 8c2b8d521d88fc0ca70ab19d0032ac522e65fc02 Mon Sep 17 00:00:00 2001 From: 8chan Date: Wed, 11 Mar 2015 02:58:03 -0700 Subject: [PATCH] Change this message again --- js/ajax.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/ajax.js b/js/ajax.js index 794e6a48..d3065475 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -121,7 +121,9 @@ $(window).ready(function() { }, error: function(xhr, status, er) { console.log(xhr); - alert(_('The server returned an error or truncated response -- your post was probably still submitted. If it wasn\'t, 8chan might be experiencing issues right now -- please try your post again later.')); + alert(_('The server took too long to submit your post. Your post was probably still submitted. If it wasn\'t, 8chan might be experiencing issues right now -- please try your post again later. Error information: ') + "
"); + $(form).find('input[type="submit"]').val(submit_txt); + $(form).find('input[type="submit"]').removeAttr('disabled'); }, data: formData, cache: false,