remove http:
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -247,7 +247,7 @@ Welcome to Beego Admin Dashboard | ... | @@ -247,7 +247,7 @@ Welcome to Beego Admin Dashboard |
| 247 | 247 | ||
| 248 | </title> | 248 | </title> |
| 249 | 249 | ||
| 250 | <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> | 250 | <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> |
| 251 | <link href="//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet"> | 251 | <link href="//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet"> |
| 252 | 252 | ||
| 253 | <style type="text/css"> | 253 | <style type="text/css"> |
| ... | @@ -334,8 +334,8 @@ Healthcheck | ... | @@ -334,8 +334,8 @@ Healthcheck |
| 334 | {{template "content" .}} | 334 | {{template "content" .}} |
| 335 | </div> | 335 | </div> |
| 336 | 336 | ||
| 337 | <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> | 337 | <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> |
| 338 | <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | 338 | <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> |
| 339 | <script src="//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js"></script> | 339 | <script src="//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js"></script> |
| 340 | <script src="//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.js | 340 | <script src="//cdn.datatables.net/plug-ins/725b2a2115b/integration/bootstrap/3/dataTables.bootstrap.js |
| 341 | "></script> | 341 | "></script> | ... | ... |
-
Please register or sign in to post a comment