We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c47091 commit a739086Copy full SHA for a739086
tools/toolchain_profiler.results_template.html
@@ -75,7 +75,7 @@
75
function refresh() {
76
var hideBlocksSmallerThan = parseInt(document.getElementById('hideBlocksSmallerThan').value);
77
var url = window.location.href;
78
- if (url.includes('?') url = url.split('?')[0]
+ if (url.includes('?')) url = url.split('?')[0]
79
window.location.href = url + '?hideBlocksSmallerThan=' + hideBlocksSmallerThan;
80
}
81
0 commit comments