File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 2020 width : 17.1875em ;
2121 margin : 0 auto;
2222 }
23-
2423 # nav a {
2524 color : # 777 ;
2625 border : 2px solid # 777 ;
3029 float : left;
3130 margin-right : 0.3em ;
3231 }
33-
3432 # nav a : hover {
3533 color : # 999 ;
3634 border-color : # 999 ;
3735 background : # eee ;
3836 }
39-
4037 # nav a .selected ,
4138 # nav a .selected : hover {
4239 color : # 0a0 ;
7370 $ ( window ) . hashchange ( ) ;
7471
7572 // To change src attribute of parent iframe element
76- $ ( . hashExLink ) . on ( 'click' , function ( ) {
77- Top . document . getElementById ( 'hashtagIframe' ) . location . href = '/resources/hashtag/example1.html' + $ ( this ) . href ;
73+ $ ( ' .hashExLink' ) . on ( 'click' , function ( ) {
74+ window . top . document . getElementById ( 'hashtagIframe' ) . location . href = '/resources/hashtag/example1.html' + $ ( this ) . href ;
7875 } ) ;
7976 } ) ;
8077 </ script >
You can’t perform that action at this time.
0 commit comments