Skip to content

Commit

Permalink
Adds squirrel JS also to the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
linkblaine committed Feb 11, 2015
1 parent 8cf129a commit 930bf45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="/js/navigation.js"></script>
<script src="/js/squirrel.js"></script>
<script src="/js/application.js"></script>

<title>Squirre.ly</title>
Expand Down
3 changes: 3 additions & 0 deletions public/js/squirrel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function Squirrel(name, tailLength, treeMail) {

}

0 comments on commit 930bf45

Please sign in to comment.