Skip to content

Commit 6411c91

Browse files
Do not start with stale txt
1 parent 407b406 commit 6411c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/static/detailed-query.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ <h3 id="title"></h3>
158158
let ff_url = `https://profiler.firefox.com/from-url/${crox_url}/marker-chart/?v=5`;
159159
return `<a href="${ff_url}">Firefox profiler</a>`;
160160
};
161+
txt = "";
161162
if (state.base_commit) {
162163
txt += `Download/view
163164
${dl_link(state.base_commit, state.benchmark, state.run_name)},

0 commit comments

Comments
 (0)