Skip to content

Commit daf7a9f

Browse files
authored
Fix mixed active content in examples
Fixes #315
1 parent 69e1b4c commit daf7a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/requireJS.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<meta charset="utf8" />
22
<html>
3-
<script src='http://requirejs.org/docs/release/2.3.6/minified/require.js'></script>
3+
<script src='https://requirejs.org/docs/release/2.3.6/minified/require.js'></script>
44

55
<script>
66
var baseUrl = '../dist'
@@ -57,4 +57,4 @@
5757
Output is in Javscript console
5858
</body>
5959

60-
</html>
60+
</html>

0 commit comments

Comments
 (0)