We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f425488 commit 9d49a24Copy full SHA for 9d49a24
cli/medperf/web_ui/static/js/benchmarks/benchmark_detail.js
@@ -203,10 +203,6 @@ $(document).ready(() => {
203
$("#benchmark-results").slideToggle(); // smooth animation
204
});
205
206
- $("#benchmark-results-title").on("click", () => {
207
- $("#benchmark-results").slideToggle(); // smooth animation
208
- });
209
-
210
$("#dataset-auto-approve-mode").on("change", (e) => {
211
if(e.currentTarget.value === "ALLOWLIST"){
212
$("#dataset-allow-list-container").removeClass("d-none");
0 commit comments