Merge branch '3414-keep-pull-handler'
[arvados.git] / apps / workbench / app / assets / javascripts / sizing.js
index 71761db744c9ca1b93bb715fabc67b31f6ae6306..2341628fa76ff195196583a740d19354e5e95285 100644 (file)
@@ -28,3 +28,4 @@ function smart_scroll_fixup(s) {
 }
 
 $(window).on('load ready resize scroll ajax:complete', smart_scroll_fixup);
+$(document).on('shown.bs.tab', 'ul.nav-tabs > li > a', smart_scroll_fixup);