You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eln/Toc.js
+27-5Lines changed: 27 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,9 @@ class Toc {
125
125
this.updateOptions(sampleFilter);
126
126
127
127
constsampleFilterTwig=`
128
+
{% if sampleFilter.startEpoch %}
129
+
<span style="color: red; font-size: 1.3em; font-weight: bold">Searching for a specific sample.</span> <button onclick="resetFilterOptions()">Reset</button>
130
+
{% else %}
128
131
<div style="display: flex">
129
132
<div>
130
133
Group: <select name="group">
@@ -135,7 +138,7 @@ ${groups.map((group) => '<option value="' + group + '">' + group + '</option>')}
0 commit comments