Skip to content

Commit

Permalink
Fixing link to a CSS file in a test page
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Oct 18, 2018
1 parent 5642454 commit d190faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/web/selectableItems.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>jQuery UI Selectable - Default functionality</title>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.1.custom.css" rel="stylesheet" />
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.10.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.10.custom.min.js"></script>

Expand Down

0 comments on commit d190faa

Please sign in to comment.