Adding in jQuery

This commit is contained in:
Paul R. Tagliamonte 2013-03-10 14:14:03 -04:00
parent 0c346cc0db
commit 3afdbc5487
2 changed files with 7 additions and 0 deletions

5
site/static/js/jquery-1.9.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -8,6 +8,8 @@
<link
rel="stylesheet"
href="{{ url_for("static", filename="css/hy.css") }}" ></link>
<script src="{{ url_for("static", filename="js/jquery-1.9.1.min.js") }}"
type="text/javascript" ></script>
</head>
<body>
{% block content %}