From: Tara L Andrews Date: Wed, 14 Mar 2012 16:41:05 +0000 (+0100) Subject: reverting accidental file commits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9277da7f969b6395c17c71b48be6dd3a571a0ff8;p=scpubgit%2Fstemmaweb.git reverting accidental file commits --- diff --git a/lib/stemmaweb/Controller/Stexaminer.pm b/lib/stemmaweb/Controller/Stexaminer.pm index cb9990f..1449ad2 100644 --- a/lib/stemmaweb/Controller/Stexaminer.pm +++ b/lib/stemmaweb/Controller/Stexaminer.pm @@ -37,7 +37,7 @@ sub index :Path :Args(1) { $c->stash->{text_title} = $tradition->name; $c->stash->{template} = 'stexaminer.tt'; # TODO Run the analysis as AJAX from the loaded page. - my $t = run_analysis( $tradition, 'exclude_type1' => 1 ); + my $t = run_analysis( $tradition ); # Stringify the reading groups foreach my $loc ( @{$t->{'variants'}} ) { my $mst = wit_stringify( $loc->{'missing'} ); diff --git a/root/css/relationship.css b/root/css/relationship.css index e2e2f25..0d85213 100644 --- a/root/css/relationship.css +++ b/root/css/relationship.css @@ -74,15 +74,6 @@ span.apimore { padding-top: 5px; padding-bottom: 5px; } -#loading_overlay { - display: none; - position: absolute; - height: 500px; - width: 89%; - z-index: 2; - opacity: 0.7; - background-color: #c5c5c5; -} #dialog_overlay { display: none; position: absolute; diff --git a/root/js/relationship.js b/root/js/relationship.js index 64bd041..414b78c 100644 --- a/root/js/relationship.js +++ b/root/js/relationship.js @@ -21,8 +21,6 @@ function getRelationshipURL() { } function svgEnlargementLoaded() { - //Give some visual evidence that we are working - $('#loading_overlay').show(); //Set viewbox widht and height to widht and height of $('#svgenlargement svg'). //This is essential to make sure zooming and panning works properly. $('#svgenlargement ellipse').attr( {stroke:'green', fill:'#b3f36d'} ); @@ -44,7 +42,6 @@ function svgEnlargementLoaded() { //used to calculate min and max zoom level: start_element_height = $("#svgenlargement .node title:contains('#START#')").siblings('ellipse')[0].getBBox().height; add_relations(); - // $('#loading_overlay').hide(); } function add_relations() { diff --git a/root/src/relate.tt b/root/src/relate.tt index 07b9b0a..72ea8e1 100644 --- a/root/src/relate.tt +++ b/root/src/relate.tt @@ -19,7 +19,6 @@ $(function() {
-