Fix tests to work with new css/layout.
[arvados.git] / apps / workbench / app / assets / javascripts / sizing.js
index 388f7279903b10b194549243d0b2b62d69d6adde..55d2301387c90aa703d59ead3fa1d552c36014b5 100644 (file)
@@ -11,14 +11,14 @@ function graph_zoom(divId, svgId, scale) {
 }
 
 function smart_scroll_fixup(s) {
-    console.log(s);
+    //console.log(s);
     if (s != null && s.type == 'shown.bs.tab') {
         s = [s.target];
     }
     else {
         s = $(".smart-scroll");
     }
-    console.log(s);
+    //console.log(s);
     for (var i = 0; i < s.length; i++) {
         a = s[i];
         var h = window.innerHeight - a.getBoundingClientRect().top - 20;