##// END OF EJS Templates
Fixed issue in thread diff
neko259 -
r893:e7cc348c default
parent child Browse files
Show More
@@ -82,9 +82,6 b' function connectWebsocket() {'
82 82 * missed.
83 83 */
84 84 function getThreadDiff() {
85 var lastPost = threadPosts.last();
86 var threadId = threadPosts.first().attr('id');
87
88 85 var diffUrl = '/api/diff_thread/' + threadId + '/' + lastUpdateTime + '/';
89 86
90 87 lastUpdateTime = $('.metapanel').attr('data-last-update');
General Comments 0
You need to be logged in to leave comments. Login now