Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeraci committed Jun 4, 2016
1 parent aae6fd2 commit ddddeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/AutoHUDController.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.AutoHUDController = {
useTestWeatherData: true
useTestWeatherData: false
watchers: {}

init: ->
Expand Down
2 changes: 1 addition & 1 deletion static/js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ window.AutoHUD = {
};

window.AutoHUDController = {
useTestWeatherData: true,
useTestWeatherData: false,
watchers: {},
init: function() {
var i, len, ref, results, section;
Expand Down

0 comments on commit ddddeb2

Please sign in to comment.