Show More
@@ -211,7 +211,7 b'' | |||
|
211 | 211 | data: 'annotate=${("1" if c.annotate else "0")}', |
|
212 | 212 | container: '#file_authors', |
|
213 | 213 | push: false, |
|
214 |
timeout: |
|
|
214 | timeout: 5000 | |
|
215 | 215 | }).complete(function(){ |
|
216 | 216 | $('#show_authors').hide(); |
|
217 | 217 | $('#file_authors_title').html(_gettext('All Authors')) |
@@ -235,7 +235,7 b'' | |||
|
235 | 235 | url: url, |
|
236 | 236 | container: '#file_history_container', |
|
237 | 237 | push: false, |
|
238 |
timeout: |
|
|
238 | timeout: 5000 | |
|
239 | 239 | }) |
|
240 | 240 | }); |
|
241 | 241 |
General Comments 0
You need to be logged in to leave comments.
Login now