Commit Graph

26 Commits

Author SHA1 Message Date
towards-a-new-leftypol
86d847118c Remove console logs 2021-01-04 20:41:19 -05:00
towards-a-new-leftypol
efb74f0eb6 Fix for ajax posting not showing you your new post
- TODO: there are console.logs that still need to be removed
- Posting was loading the new page twice - once in ajax.js and once in
auto-reload.js. auto-reload will handle this behaviour, the other is
commented out
- The new post does not immediately show up when immediately ajax
requesting the page after posting completes. Adding an epoch query
parameter did not change this. Instead of figuring out why it was easier
to add a 500ms delay before requesting the page, now it seems to work
well.
2021-01-04 03:00:16 -05:00
towards-a-new-leftypol
11ee04f973 retab ajax.js 2021-01-04 02:32:45 -05:00
Anonymous
8d251cadf1 After posting we scroll to the bottom without waiting for the new post to be fetched. Fixes issue #28. 2015-09-08 00:31:14 +02:00
8chan
0f1d506586 Change this message again
Conflicts:
	js/ajax.js
2015-03-31 05:48:45 +02:00
8chan
d3cc27ff5c Handle XHR errors better 2015-03-31 05:47:09 +02:00
8chan
4083c92dbe Stop double posting AJAX bug 2015-03-31 05:46:45 +02:00
czaks
6fc4c02c4e ajax.js: add ajax_after_post event 2014-10-18 15:31:48 +02:00
czaks
9fa9734765 ajax.js: remove old oekaki cruft; vichan-devel#20 2014-01-29 23:32:22 +01:00
czaks
0aa76587ce ajax.js: add ajax_before_post event to be fired before posting (passing formData to be modified); vichan-devel#20 2014-01-29 23:31:39 +01:00
czaks
5ae8406236 typo @ vichan-devel#41 2014-01-26 18:58:42 +01:00
Marcin Łabanowski
9109096ea8 watch.js: update status on new own posts as fast as possible. fixes vichan-devel#41 2014-01-26 18:07:34 +01:00
czaks
1c6b178dc5 add copyright notices for javascripts based on commit history 2014-01-19 14:27:24 +01:00
czaks
911ecc80de ajax.js and oekaki.js interaction: fix as suggested by Yahav @ #tinyboard 2014-01-16 21:52:09 +01:00
czaks
803704db6d ajax.js: fix a cache problem: clicking back sometimes makes submit button disabled 2013-12-22 22:51:28 +01:00
czaks
70e5d64c1b ajax.js: fix upload progress display in firefox 2013-09-18 21:32:43 +10:00
Michael Foster
d13f30b39f js/settings.js: Simple config stuff for javascript extensions 2013-09-18 14:40:39 +10:00
Michael Foster
3e57bb04d7 Begin upgrade to much better bans table. DO NOT PULL YET; It won't work. 2013-09-17 09:15:24 +10:00
Michael Foster
30fb025eef ; 2013-09-15 20:15:17 +10:00
Michael Foster
873820dae8 lol 2013-09-15 15:14:02 +10:00
Michael Foster
26b5f801ea some fixes 2013-09-15 15:06:29 +10:00
Michael Foster
30245c85f8 failsafe 2013-09-15 14:54:18 +10:00
Michael Foster
0367914e53 some quick bugfixes 2013-09-15 14:19:25 +10:00
Michael Foster
fdbd905d6f . 2013-09-15 14:13:43 +10:00
Michael Foster
31e64f096e various improvements 2013-09-15 14:11:09 +10:00
Michael Foster
00833eeafd js/ajax.js: post with ajax 2013-09-15 14:03:27 +10:00