Implemented zoom and pan on sstemma.
[scpubgit/stemmaweb.git] / root / js / componentload.js
index 99da7bd..35f529a 100644 (file)
@@ -75,6 +75,7 @@ function load_stemma( idx ) {
                // Stexaminer submit action
                var stexpath = basepath + "/stexaminer/" + selectedTextID + "/" + idx;
                $('#run_stexaminer').attr( 'action', stexpath );
+        setTimeout( 'start_element_height = $("#stemma_graph .node")[0].getBBox().height;', 500 );
        }
 }