File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h1 id="pagetitle"><a href="index.html">_DEMOM</a></h1>
18
18
< span id ="pagenav ">
19
19
< a target =_blank class ="fa fa-twitter " href ="https://twitter.com/d3m0m "> </ a >
20
20
< a target =_blank class ="fa fa-github " href ="https://github.com/demom "> </ a >
21
- < a class ="fa fa-user " href ="?about-me .md "> </ a >
21
+ < a class ="fa fa-user " href ="?about_me .md "> </ a >
22
22
</ span >
23
23
</ div >
24
24
</ header >
Original file line number Diff line number Diff line change @@ -70,11 +70,9 @@ function getQueryString() {
70
70
for ( var i = 0 ; i < q . length ; i ++ ) {
71
71
hash = q [ i ] . split ( '=' ) ;
72
72
if ( hash . length > 1 ) {
73
- alert ( "Multi: " + q [ i ] ) ;
74
73
qvars . push ( hash [ 1 ] ) ;
75
74
qvars [ hash [ 0 ] ] = hash [ 1 ] ;
76
75
} else {
77
- alert ( "Single: " + q [ i ] ) ;
78
76
openpage = q [ i ] ;
79
77
}
80
78
}
You can’t perform that action at this time.
0 commit comments