Browse Source

Removed the double load of the blast results page since it seems to be unnecessary.

Lacey Sanderson 9 years ago
parent
commit
75023fa46c
1 changed files with 0 additions and 6 deletions
  1. 0 6
      theme/blast_report.tpl.php

+ 0 - 6
theme/blast_report.tpl.php

@@ -33,12 +33,6 @@ $no_hits = TRUE;
 ?>
 
 <script type="text/javascript">
-  window.onload = function() {
-    if (!window.location.hash) {
-      window.location = window.location + '#loaded';
-      window.location.reload();
-    }
-  }
 
   // JQuery controlling display of the alignment information (hidden by default)
   $(document).ready(function(){