Show More
@@ -95,7 +95,7 b' function updateThread() {' | |||
|
95 | 95 | $('#reply-count').text(getReplyCount()); |
|
96 | 96 | $('#image-count').text(getImageCount()); |
|
97 | 97 | |
|
98 |
updateBumplimitProgress(data.added.length |
|
|
98 | updateBumplimitProgress(data.added.length); | |
|
99 | 99 | }) |
|
100 | 100 | .error(function(data) { |
|
101 | 101 | // TODO Show error message that server is unavailable? |
@@ -144,4 +144,4 b' function updateBumplimitProgress(postDel' | |||
|
144 | 144 | progressBar.width((100 - postCount / bumplimit * 100.0) + '%'); |
|
145 | 145 | } |
|
146 | 146 | } |
|
147 | } No newline at end of file | |
|
147 | } |
General Comments 0
You need to be logged in to leave comments.
Login now