Skip to content

Commit abe957f

Browse files
committed
With a little webserver vs file:// we can leave out http
1 parent f44534a commit abe957f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_tests/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<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" />
77
</head>
88
<body>
99
<div class="container">
@@ -148,7 +148,7 @@ <h1>php.js demo</h1>
148148
'\n';
149149
</script>
150150

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>
152152
<script src="phpjsutil.js"></script>
153153
<script type="text/javascript">
154154
PhpjsUtil.parse('strtotime', code, function (err, result) {
@@ -161,7 +161,7 @@ <h1>php.js demo</h1>
161161
});
162162
</script>
163163

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>
165165
<script type="text/javascript">
166166
$('button[rel]').tooltip();
167167
</script>

0 commit comments

Comments
 (0)