We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08ceb4 commit 86c8d99Copy full SHA for 86c8d99
tools/cldr-apps/js/src/esm/cldrEvent.mjs
@@ -434,6 +434,7 @@ function unpackMenuSideBar(json) {
434
// menu
435
$(".sidebar-chooser").click(function () {
436
cldrStatus.setCurrentPage($(this).attr("id"));
437
+ cldrStatus.setCurrentId("");
438
cldrStatus.setCurrentSpecial("");
439
cldrLoad.reloadV();
440
$("#left-sidebar").removeClass("active");
0 commit comments