mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-29 06:18:24 +02:00
Add https:
to cdn file, can test with open file
This commit is contained in:
parent
b856d28904
commit
992f8603e2
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ var indexTemplate = _.template(indexFile);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var prodDependencies = [
|
var prodDependencies = [
|
||||||
'<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-shim.min.js"></script>',
|
'<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.1.1/es5-shim.min.js"></script>',
|
||||||
'<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>',
|
'<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>',
|
||||||
'<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>'
|
'<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>'
|
||||||
];
|
];
|
||||||
|
|
||||||
var devDependencies = [
|
var devDependencies = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue