Fixes the missing jquery ui css
This commit is contained in:
parent
2cae8582f8
commit
1bbd1096ef
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2015-09-28 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
|
* App.master: Fixes the missing jquery ui css
|
||||||
|
|
||||||
2015-09-27 Paul Schneider <paul@pschneider.fr>
|
2015-09-27 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
* App.master: Circles edition needs also this lib, all pages
|
* App.master: Circles edition needs also this lib, all pages
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,9 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" href="~/App_Themes/style.css" />
|
<link rel="stylesheet" href="~/App_Themes/style.css" />
|
||||||
<link rel="icon" type="image/png" href="/favicon.png?v=3" />
|
|
||||||
<link rel="stylesheet" href="<%=Url.Content("~/App_Themes/font-awesome.css")%>" />
|
<link rel="stylesheet" href="<%=Url.Content("~/App_Themes/font-awesome.css")%>" />
|
||||||
|
<link rel="stylesheet" href="<%=Url.Content("~/App_Themes/jquery-ui.css")%>" />
|
||||||
|
<link rel="icon" type="image/png" href="/favicon.png?v=3" />
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue