X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=blobdiff_plain;f=stemmaweb%2Froot%2Fjs%2Fstexaminer.js;fp=stemmaweb%2Froot%2Fjs%2Fstexaminer.js;h=7469615d4ce657951a6d19807c08d0b1bed30875;hp=2a9e10e6eb62dd178aadb8ae9e02be307cbea4ff;hb=26cea87c9d6be127fbdf533acc9905c6908e92ca;hpb=7b7abf10979385f65a15e873de8a6f41c610b50a diff --git a/stemmaweb/root/js/stexaminer.js b/stemmaweb/root/js/stexaminer.js index 2a9e10e..7469615 100644 --- a/stemmaweb/root/js/stexaminer.js +++ b/stemmaweb/root/js/stexaminer.js @@ -95,4 +95,27 @@ function show_stats( rs ) { // Save the original unextended SVG for when we need it. $(document).ready(function () { original_svg = $('#stemma_graph > svg').clone(); + + $('#aboutlink').popupWindow({ + height:500, + width:800, + top:50, + left:50, + scrollbars:1 + }); + $('#options').dialog({ + autoOpen: false, + height: 200, + width: 300, + modal: true, + buttons: { + Cancel: function() { + $(this).dialog( "close" ); + }, + Reanalyze: function() { + $('#use_variants_form').submit(); + }, + } + }); + });