Commit 6687acc8 authored by Jacob Thornton's avatar Jacob Thornton

read application.js

parent e92be3f6
......@@ -5,6 +5,7 @@ $(document).ready(function(){
$("ul.menu-dropdown").hide();
$('a.menu').parent("li").removeClass("open").children("ul.menu-dropdown").hide();
});
$("a.menu").click(function(e) {
var $target = $(this);
var $parent = $target.parent("li");
......
......@@ -18,6 +18,7 @@
-->
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet" type="text/css">
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/application.js"></script>
</head>
<body onload="prettyPrint()">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment