Skip to content

Commit

Permalink
Now make the outdated message appear (maybe)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Sep 25, 2023
1 parent 8efc977 commit 447cb7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion version_switch.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
let version = url_base.substring(url_base.lastIndexOf('/') + 1);
let select = build_select(version, release);

$('.outdated').style.display = 'none';
$('.version_switch_note').html('Or, select a version from the drop-down menu above.');
$('.version_switch').html(select);
$('.version_switch select').bind('change', on_switch);
Expand Down

0 comments on commit 447cb7e

Please sign in to comment.