Bug 908923 - Part 3: Disable auto-refresh in about:webrtc to cut down on jank. r=abr

This commit is contained in:
Byron Campen [:bwc] 2013-11-25 14:39:17 -08:00
parent 9830e6cc6c
commit 32114b6bf9

View File

@ -216,8 +216,6 @@ function refreshStats() {
}
}
var statsDisplay = setInterval(refreshStats, 1000);
</script>
<body id="body" onload="refreshStats()">