Skip to content

Commit

Permalink
Comment out due to bug
Browse files Browse the repository at this point in the history
Thought i'd fixed a bug but not :)
  • Loading branch information
sjg committed Oct 10, 2012
1 parent b47a7e4 commit d13ab0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web_client/pigeon_sim.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ google.setOnLoadCallback ->

for kvp in window.location.search.substring(1).split('&')
[k, v] = kvp.split('=')
params[k] = if k in ['ws', 'features', 'city'] then v.toLowerCase() else parseFloat(v) #ignore case
params[k] = if k in ['ws', 'features', 'city'] then v else parseFloat(v) #ignore case

if params.city == "leeds"
params.startLat = 53.79852807423503
Expand Down
2 changes: 1 addition & 1 deletion web_client/pigeon_sim.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d13ab0f

Please sign in to comment.