File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ OCCUPY.NET NAV BAR
3
3
This should be placed into every occupy.net page.
4
4
5
5
simply add the code:
6
- <script type="text/javascript" src="http ://nav.occupy.net/occupynet_nav.js"></script>
6
+ <script type="text/javascript" src="https ://nav.occupy.net/occupynet_nav.js"></script>
7
7
8
8
That's it!
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ navObj.outHtml += '<!--[if lt IE 7]> <div class="onav_wrapper lt-ie9 lt-ie8 lt-i
4
4
navObj . outHtml += '<!--[if IE 7]> <div class="onav_wrapper lt-ie9 lt-ie8"> <![endif]-->' ;
5
5
navObj . outHtml += '<!--[if IE 8]> <div class="onav_wrapper lt-ie9"> <![endif]-->' ;
6
6
navObj . outHtml += '<!--[if gt IE 8]><!--> <div id="onav_wrapper" class="onav_reset"> <!--<![endif]-->' ;
7
- navObj . outHtml += '<link rel="stylesheet" href="http ://nav.occupy.net/occupynet_nav.css">' ;
7
+ navObj . outHtml += '<link rel="stylesheet" href="https ://nav.occupy.net/occupynet_nav.css">' ;
8
8
navObj . outHtml += ' <ul id="onav_bar">' ;
9
- navObj . outHtml += ' <li class="onav_top onav_logo"><a href="# "><span class="onav_yellow">Occupy</span>.<span class="onav_white">Net</span></a>' ;
9
+ navObj . outHtml += ' <li class="onav_top onav_logo"><a href="http://www.occupy.net "><span class="onav_yellow">Occupy</span>.<span class="onav_white">Net</span></a>' ;
10
10
navObj . outHtml += ' <li class="onav_top"><a href="http://Directory.occupy.net/" target="_blank" title="">Directory</a></li>' ;
11
11
navObj . outHtml += ' <li class="onav_top"><a href="http://Map.occupy.net/" target="_blank" title="">Map</a></li>' ;
12
12
navObj . outHtml += ' <li class="onav_top"><a href="http://Wiki.occupy.net/" target="_blank" title="">Wiki</a></li>' ;
You can’t perform that action at this time.
0 commit comments