File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 52
52
</ nav >
53
53
54
54
<!-- Fork me on GitHub ribbon -->
55
- < a href ="https://github.com/odataorg/odataorg.github.io "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png "> </ a >
55
+ < a id =" fork-me-on-github " href ="https://github.com/odataorg/odataorg.github.io "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://camo.githubusercontent.com/52760788cde945287fbb584134c4cbc2bc36f904/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f77686974655f6666666666662e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png "> </ a >
56
56
57
57
58
58
Original file line number Diff line number Diff line change @@ -9,3 +9,17 @@ $(function () {
9
9
. text ( $ ( this ) . text ( ) ) ) )
10
10
} ) ;
11
11
} ) ;
12
+
13
+
14
+ $ ( document ) . ready ( function ( ) {
15
+ // Window width change
16
+ $ ( window ) . resize ( function ( ) {
17
+ if ( $ ( window ) . width ( ) < 768 ) {
18
+ $ ( '#fork-me-on-github' ) . hide ( ) ;
19
+ }
20
+ else {
21
+ $ ( '#fork-me-on-github' ) . show ( ) ;
22
+ }
23
+ } ) ;
24
+ } ) ;
25
+
You can’t perform that action at this time.
0 commit comments