]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed BGB nav_start bug
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 15 Dec 2009 13:07:27 +0000 (13:07 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 15 Dec 2009 13:07:27 +0000 (13:07 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@818 74ccb610-7750-0410-82ae-013aeee3265d

www/index.cgi

index 4d833cc8005b76570bf35b3089f02983f0aa60b6..f5d409c006784288fee4aa4da1ec6ab40e534d49 100755 (executable)
@@ -442,7 +442,7 @@ sub cookie_href
         last;
     }
 
-    if ( defined $cookie->{ 'NAV_START' } and defined $cookie->{ 'NAV_END' } ) {
+    if ( defined $cookie->{ 'NAV_START' } and defined $cookie->{ 'NAV_END' } and $page !~ /clade|genome|assembly|contig|browse/ ) {
         $href_hash{ "nav_search" } = "$cookie->{ 'NAV_START' }-$cookie->{ 'NAV_END' }";
     }