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

Commit

Permalink
Use true instead of 1 for window.PRODUCTION
Browse files Browse the repository at this point in the history
Using a boolean is a bit more clear, so I’m making this small change.
  • Loading branch information
Jeremia Kimelman committed Jul 15, 2016
1 parent 991f1cb commit 3be0657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -12,7 +12,7 @@

<script>
if (window.location.host === 'dashboard.cloud.gov') {
window.PRODUCTION = 1;
window.PRODUCTION = true;
}
</script>

Expand Down

0 comments on commit 3be0657

Please sign in to comment.