Skip to content

Commit

Permalink
Merge pull request #143 from 1wheel/master
Browse files Browse the repository at this point in the history
fixes #142
  • Loading branch information
1wheel authored Jan 25, 2017
2 parents e1aa2ad + 5b64acb commit c5d3f65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2712,6 +2712,15 @@ <h3 id="should-you-learn-to-code"><a href="#should-you-learn-to-code">7.5</a> Sh
<script src="scripts/libs/highlight.pack.js"></script>
<script src="scripts/libs/d3.v3.min.js"></script>
<script src="scripts/libs/d3-jetpack.js"></script>
<script>
//bplayer loads a file that replaces _ with lodash -- doesn't have flatten or groupBy
!(function(){
var orginalUnderscore = _
d3.timer(function(){
_ = orginalUnderscore
})
})();
</script>

<!--Paulbot -->
<script src="scripts/botLearninal.js"></script>
Expand Down

0 comments on commit c5d3f65

Please sign in to comment.