Commit 482f0b99 authored by Robert Lord's avatar Robert Lord

Update language tabs to recalc toc heights on change

parent 058429a9
......@@ -30,6 +30,8 @@ under the License.
}
$(".highlight." + language).parent().show();
global.toc.calculateHeights();
// scroll to the new location of the position
$(window.location.hash).get(0).scrollIntoView(true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment