Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/tooltip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script type="text/javascript" src="//use.typekit.net/jbn8qxr.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="../../css/tooltip-theme-arrows.css" />
<link rel="stylesheet" href="../../dist/css/tooltip-theme-arrows.css" />
<style>
body {
font-family: "proxima-nova", "Helvetica Neue", sans-serif;
Expand Down Expand Up @@ -67,8 +67,8 @@
</div>

<!--script src="../../deps/tether/tether.min.js"></script-->
<script src="/tether/tether.js"></script>
<script src="/drop/drop.js"></script>
<script src="../../tooltip.js"></script>
<script src="../../node_modules/tether/dist/js/tether.js"></script>
<script src="../../node_modules/tether-drop/dist/js/drop.js"></script>
<script src="../../dist/js/tooltip.js"></script>
</body>
</html>