Show More
@@ -211,7 +211,7 b'' | |||||
211 | data: 'annotate=${("1" if c.annotate else "0")}', |
|
211 | data: 'annotate=${("1" if c.annotate else "0")}', | |
212 | container: '#file_authors', |
|
212 | container: '#file_authors', | |
213 | push: false, |
|
213 | push: false, | |
214 |
timeout: |
|
214 | timeout: 5000 | |
215 | }).complete(function(){ |
|
215 | }).complete(function(){ | |
216 | $('#show_authors').hide(); |
|
216 | $('#show_authors').hide(); | |
217 | $('#file_authors_title').html(_gettext('All Authors')) |
|
217 | $('#file_authors_title').html(_gettext('All Authors')) | |
@@ -235,7 +235,7 b'' | |||||
235 | url: url, |
|
235 | url: url, | |
236 | container: '#file_history_container', |
|
236 | container: '#file_history_container', | |
237 | push: false, |
|
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