mirror of https://github.com/zulip/zulip.git
Keep third-party jQuery style in the jquery dir
(imported from commit 9e34277b90c13b3ce71521fe0657014f186fc1c3)
This commit is contained in:
parent
aea9682288
commit
4dd1567426
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue