From: martinahansen Date: Tue, 15 Dec 2009 13:07:27 +0000 (+0000) Subject: fixed BGB nav_start bug X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=79d84ee40d15ad142c64256bc124f5db1561c5bf;p=biopieces.git fixed BGB nav_start bug git-svn-id: http://biopieces.googlecode.com/svn/trunk@818 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/www/index.cgi b/www/index.cgi index 4d833cc..f5d409c 100755 --- a/www/index.cgi +++ b/www/index.cgi @@ -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' }"; }