소스 검색

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

Lacey Sanderson 9 년 전
부모
커밋
75023fa46c
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  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(){