diff options
-rw-r--r-- | tools/memory_inspector/memory_inspector/frontends/www_content/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/memory_inspector/memory_inspector/frontends/www_content/index.html b/tools/memory_inspector/memory_inspector/frontends/www_content/index.html index a3db078..c3c053d 100644 --- a/tools/memory_inspector/memory_inspector/frontends/www_content/index.html +++ b/tools/memory_inspector/memory_inspector/frontends/www_content/index.html @@ -8,8 +8,8 @@ <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Memory Inspector</title> - <link href='//fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'> - <link href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/flick/jquery-ui.css" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Coda" rel="stylesheet" type="text/css"> + <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/flick/jquery-ui.css" rel="stylesheet"> <link href="/css/mmap.css" rel="stylesheet" type="text/css"> <link href="/css/nheap.css" rel="stylesheet" type="text/css"> <link href="/css/processes.css" rel="stylesheet" type="text/css"> @@ -17,9 +17,9 @@ <link href="/css/rootUi.css" rel="stylesheet" type="text/css"> <link href="/css/settings.css" rel="stylesheet" type="text/css"> <link href="/css/storage.css" rel="stylesheet" type="text/css"> - <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> - <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script> - <script src="//www.google.com/jsapi"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script> + <script src="https://www.google.com/jsapi"></script> <script type="text/javascript"> google.load('visualization', '1', { packages: ['corechart', 'table', 'orgchart', 'treemap'] }); |