diff --git a/app/node_views/results.html b/app/node_views/results.html
index eeffda8..1dbbfc3 100644
--- a/app/node_views/results.html
+++ b/app/node_views/results.html
@@ -139,7 +139,7 @@
-
+
diff --git a/app/public/scripts/resultsCtrl.js b/app/public/scripts/resultsCtrl.js
index b7c0f17..1f3cf85 100644
--- a/app/public/scripts/resultsCtrl.js
+++ b/app/public/scripts/resultsCtrl.js
@@ -216,6 +216,10 @@ app.controller('ResultsCtrl', function ($scope) {
$scope.slowRequestsOn = false;
$scope.slowRequestsLimit = 5;
+ if (!$scope.javascript.children) {
+ return;
+ }
+
// Now read the tree and display it on a timeline
diff --git a/app/public/styles/results.css b/app/public/styles/results.css
index e26feec..711f229 100644
--- a/app/public/styles/results.css
+++ b/app/public/styles/results.css
@@ -144,7 +144,7 @@ h4 {
background: #E0FFD1;
}
.timeline .domContentLoaded .color {
- background: #99FF66;
+ background: #A7E846;
}
.timeline .domContentLoadedEnd.interval {
background: #D8F0F0;
@@ -172,7 +172,7 @@ h4 {
top: 0.4em;
height: 1.5em;
width: 1.5em;
- border-radius: 0.5em;
+ border-radius: 0.2em;
margin: 0 0.2em 0 1em;
}