File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/app-android-notes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
window . twttr = ( function ( d , s , id ) {
36
36
var t , js , fjs = d . getElementsByTagName ( s ) [ 0 ] ;
37
37
if ( d . getElementById ( id ) ) return ; js = d . createElement ( s ) ; js . id = id ; js . async = 1 ;
38
- js . src = "https: //platform.twitter.com/widgets.js" ; fjs . parentNode . insertBefore ( js , fjs ) ;
38
+ js . src = "//platform.twitter.com/widgets.js" ; fjs . parentNode . insertBefore ( js , fjs ) ;
39
39
return window . twttr || ( t = { _e : [ ] , ready : function ( f ) { t . _e . push ( f ) } } ) ;
40
40
} ( document , "script" , "twitter-wjs" ) ) ;
41
41
</ script >
42
42
43
- < script src ="http: //ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js "> </ script >
43
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js "> </ script >
44
44
< script src ="/dist/js/ratchet.min.js "> </ script >
45
45
< script src ="/assets/js/docs.min.js "> </ script >
Original file line number Diff line number Diff line change 8
8
< meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
9
9
10
10
<!-- Roboto -->
11
- < link rel ="stylesheet " href ="http: //fonts.googleapis.com/css?family=Roboto:400,500,700 ">
11
+ < link rel ="stylesheet " href ="//fonts.googleapis.com/css?family=Roboto:400,500,700 ">
12
12
13
13
< link rel ="stylesheet " href ="../../dist/css/ratchet.min.css ">
14
14
< link rel ="stylesheet " href ="../../dist/css/ratchet-theme-android.min.css ">
You can’t perform that action at this time.
0 commit comments