Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Remove arbitrary timeout from distribution charts
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Jun 12, 2012
1 parent 426616c commit 891a9cb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -224,7 +224,6 @@ define [
Backbone.ajax
url: url
data: data
timeout: 10 * 1000 # 10 seconds
success: (resp) =>
@$renderArea.removeClass 'loading'
@render utils.processResponse resp, fields, seriesIdx
Expand Down

0 comments on commit 891a9cb

Please sign in to comment.