File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
< title > MoarVM Profiler Results</ title >
8
- < link rel ="stylesheet " href ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css ">
9
- < link rel ="stylesheet " href ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css ">
8
+ < link rel ="stylesheet " href ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css ">
9
+ < link rel ="stylesheet " href ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css ">
10
10
< style >
11
11
body {
12
12
min-height : 500px ;
@@ -677,9 +677,9 @@ <h3>Global Deoptimization</h3>
677
677
</ div >
678
678
</ div >
679
679
680
- < script src ="http ://code.jquery.com/jquery-1.11.1.min.js "> </ script >
681
- < script src ="http ://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js "> </ script >
682
- < script src ="http ://ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.min.js "> </ script >
680
+ < script src ="https ://code.jquery.com/jquery-1.11.1.min.js "> </ script >
681
+ < script src ="https ://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js "> </ script >
682
+ < script src ="https ://ajax.googleapis.com/ajax/libs/angularjs/1.2.21/angular.min.js "> </ script >
683
683
< script >
684
684
var rawData = JSON . parse ( '{{{PROFIELR_OUTPUT}}}' ) ;
685
685
You can’t perform that action at this time.
0 commit comments