Skip to content

Commit ffebd88

Browse files
Demos: fixed links in slider tooltip demo.
1 parent 2b0d365 commit ffebd88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demos/examples/slider/tooltip.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>Slider Tooltip Extension - jQuery Mobile Demos</title>
7-
<link rel="stylesheet" href="../../../../css/themes/default/jquery.mobile.css">
7+
<link rel="stylesheet" href="../../../css/themes/default/jquery.mobile.css">
88
<link rel="stylesheet" href="../../_assets/css/jqm-demos.css">
99
<link rel="shortcut icon" href="../../_assets/favicon.ico">
1010
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
11-
<link rel="stylesheet" href="../../demos/slider/slider.tooltip.css" id="tooltipStyle">
11+
<link rel="stylesheet" href="slider/slider.tooltip.css" id="tooltipStyle">
1212
<script src="../../../js/jquery.js"></script>
1313
<script src="../../_assets/js"></script>
1414
<script src="../../../js"></script>
15-
<script src="../../demos/slider/slider.tooltip.js" id="tooltipCode"></script>
15+
<script src="slider.tooltip.js" id="tooltipCode"></script>
1616
</head>
1717
<body>
1818
<div data-role="page" class="jqm-demos">

0 commit comments

Comments
 (0)