Skip to content

Commit 5ca70ad

Browse files
author
Harris
committed
Make imports relative instead of absolute for docs.
1 parent 827bc38 commit 5ca70ad

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
docs/public
22
docs/_site
3-
docs/.sass-cache
3+
docs/.sass-cache
4+
node_modules

docs/_includes/jquery-ui.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
22
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
3-
<script type="text/javascript" src="/js/widget.min.js" charset="utf-8"></script>
4-
<script type="text/javascript" src="/js/prettify.js" charset="utf-8"></script>
5-
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/jquery-ui.css" />
6-
<link rel="stylesheet" href="/css/jquery.multiselect.css">
7-
<link rel="stylesheet" href="/css/jquery.multiselect.filter.css">
8-
<link rel="stylesheet" href="/css/style.css">
9-
<link rel="stylesheet" href="/css/prettify.css">
3+
<script type="text/javascript" src="js/widget.min.js" charset="utf-8"></script>
4+
<script type="text/javascript" src="js/prettify.js" charset="utf-8"></script>
5+
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/redmond/jquery-ui.css"
6+
/>
7+
<link rel="stylesheet" href="css/jquery.multiselect.css">
8+
<link rel="stylesheet" href="css/jquery.multiselect.filter.css">
9+
<link rel="stylesheet" href="css/style.css">
10+
<link rel="stylesheet" href="css/prettify.css">

0 commit comments

Comments
 (0)