Keep third-party jQuery style in the jquery dir

(imported from commit 9e34277b90c13b3ce71521fe0657014f186fc1c3)
This commit is contained in:
Keegan McAllister 2012-09-06 11:00:34 -04:00
parent aea9682288
commit 4dd1567426
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link href="/static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/styles/zephyr.css" rel="stylesheet">
<link href="/static/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/static/styles/jquery-ui-1.8.23.custom.css" rel="stylesheet">
<link href="/static/jquery/jquery-ui-1.8.23.custom.css" rel="stylesheet">
{# We need to import jQuery before Bootstrap #}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>