Quellcode durchsuchen

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

Lacey Sanderson vor 9 Jahren
Ursprung
Commit
75023fa46c
1 geänderte Dateien mit 0 neuen und 6 gelöschten Zeilen
  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">
 <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)
   // JQuery controlling display of the alignment information (hidden by default)
   $(document).ready(function(){
   $(document).ready(function(){