X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=stemmaweb%2Froot%2Fjs%2Frelationship.js;h=414b78c31ce73f5daa47fef16c58526433332d7c;hb=9ca77245542006700d30e6e32f33dd445e50947a;hp=2cbd7ee818c9705c91fda151a7555b9f30ba0074;hpb=4d9593dfa935463c8cc1e1a5a56b29fb2eccf706;p=scpubgit%2Fstemmatology.git diff --git a/stemmaweb/root/js/relationship.js b/stemmaweb/root/js/relationship.js index 2cbd7ee..414b78c 100644 --- a/stemmaweb/root/js/relationship.js +++ b/stemmaweb/root/js/relationship.js @@ -586,6 +586,15 @@ $(document).ready(function () { } }); + $('.helptag').popupWindow({ + height:500, + width:800, + top:50, + left:50, + scrollbars:1 + }); + + function toggle_relation_active( node_id ) { $('#svgenlargement .relation').find( "title:contains('" + node_id + "')" ).each( function(index) { matchid = new RegExp( "^" + node_id );