Skip to content

Commit

Permalink
cdn http references to https
Browse files Browse the repository at this point in the history
  • Loading branch information
halton88 committed Sep 27, 2016
1 parent 6559d3c commit 6046df7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion biomarkerTools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/common/css/font-awesome.css" type="text/css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="//cdn.datatables.net/1.10.7/css/jquery.dataTables.min.css">
<link rel="stylesheet" href="/common/css/style.css">
Expand Down
2 changes: 1 addition & 1 deletion biomarkerTools/requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requirejs.config({
'jquery.ui': "//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min",
modernzr: "https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr",
bootstrap: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min",
datatables:"http://cdn.datatables.net/1.10.2/js/jquery.dataTables.min",
datatables:"https://cdn.datatables.net/1.10.2/js/jquery.dataTables.min",
help: 'help/help',

bc: 'bc/bc',
Expand Down
2 changes: 1 addition & 1 deletion biomarkerTools/src/app/jade/partials/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html(lang="en")
meta(http-equiv="content-type", content="text/html; charset=utf-8")
meta(http-equiv="X-UA-Compatible", content="IE=edge")
link(rel="stylesheet", href="/common/css/font-awesome.css", type="text/css")
link(rel="stylesheet", href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", type="text/css")
link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", type="text/css")
link(rel="stylesheet", href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css")
link(rel="stylesheet", href="//cdn.datatables.net/1.10.7/css/jquery.dataTables.min.css")
link(rel="stylesheet", href="/common/css/style.css")
Expand Down
2 changes: 1 addition & 1 deletion biomarkerTools/src/app/scripts/requires.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requirejs.config({
'jquery.ui': "//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min",
modernzr: "https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr",
bootstrap: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min",
datatables:"http://cdn.datatables.net/1.10.2/js/jquery.dataTables.min",
datatables:"https://cdn.datatables.net/1.10.2/js/jquery.dataTables.min",
help: 'help/help',
// sampleSize: 'sampleSize/sampleSize',
bc: 'bc/bc',
Expand Down

0 comments on commit 6046df7

Please sign in to comment.