File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > php.js demo</ title >
6
- < link href ="http: //netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css " rel ="stylesheet " />
6
+ < link href ="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css " rel ="stylesheet " />
7
7
</ head >
8
8
< body >
9
9
< div class ="container ">
@@ -148,7 +148,7 @@ <h1>php.js demo</h1>
148
148
'\n' ;
149
149
</ script >
150
150
151
- < script src ="http: //code.jquery.com/jquery-1.9.1.min.js "> </ script >
151
+ < script src ="//code.jquery.com/jquery-1.9.1.min.js "> </ script >
152
152
< script src ="phpjsutil.js "> </ script >
153
153
< script type ="text/javascript ">
154
154
PhpjsUtil . parse ( 'strtotime' , code , function ( err , result ) {
@@ -161,7 +161,7 @@ <h1>php.js demo</h1>
161
161
} ) ;
162
162
</ script >
163
163
164
- < script src ="http: //netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js "> </ script >
164
+ < script src ="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js "> </ script >
165
165
< script type ="text/javascript ">
166
166
$ ( 'button[rel]' ) . tooltip ( ) ;
167
167
</ script >
You can’t perform that action at this time.
0 commit comments