File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
window . addEventListener ( 'locationchange' , getMarkdown , false )
15
15
window . addEventListener ( 'hashchange' , getMarkdown , false )
16
16
function getMarkdown ( ) {
17
- // let pyt = "https://raw.githubusercontent.com/taskcontrols/py-taskcontrol/"
18
- let jst = "https://raw.githubusercontent.com/taskcontrols/js-taskcontrol/"
17
+ let cli = "https://raw.githubusercontent.com/taskcontrols/cli/"
19
18
// console.log("url ", window.location.hash, window.location, window.location.url)
20
19
if ( ! ! window . location . hash ) {
21
20
url = window . location . hash . split ( "#" ) [ 1 ] ;
25
24
if ( url === undefined ) {
26
25
url = "users/getting-started"
27
26
}
28
- url = jst + "master/docs/" + url + ".md"
27
+ url = cli + "master/docs/" + url + ".md"
29
28
// console.log("url",url)
30
29
fetch ( url )
31
30
. then (
116
115
< ul class ="uk-navbar-nav ">
117
116
<!-- <li><a href="#" data-uk-icon="icon:user" title="Your profile" data-uk-tooltip></a></li>
118
117
<li><a href="#" data-uk-icon="icon: settings" title="Settings" data-uk-tooltip></a></li> -->
119
- < li class ="uk-visible@m "> < a class ="uk-icon-link " title ="Feature Requests "
120
- data-uk-tooltip data-uk- icon ="home " href ="index.html "> </ a >
118
+ < li class ="uk-visible@m "> < a class ="uk-icon-link " title ="Feature Requests " data-uk-tooltip
119
+ data-uk-icon ="home " href ="index.html "> </ a >
121
120
</ li >
122
121
< li >
123
122
< a href ="index.html " class ="uk-icon-link " data-uk-icon ="icon: plus " title ="Feature Requests "
You can’t perform that action at this time.
0 commit comments