Skip to content

Commit

Permalink
take some advice from the chrome page audit tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 10, 2012
1 parent ed813e1 commit c830e10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Expand Up @@ -3,15 +3,13 @@
<head>
<title>JBrowse</title>
<link rel="stylesheet" type="text/css" href="genome.css"></link>
<script type="text/javascript" src="src/dojo/dojo.js" data-dojo-config="isDebug: 1, async: 1"></script>

<script type="text/javascript">
window.onerror=function(msg){
document.body.setAttribute("JSError",msg);
}
</script>

<script type="text/javascript" src="src/dojo/dojo.js" data-dojo-config="isDebug: 1, async: 1"></script>
<script type="text/javascript">
var JBrowse;
require({ baseUrl: 'src', packages: ['JBrowse','dojo','dijit','dojox','jszlib'] },
[ 'JBrowse/Browser', 'dojo/io-query' ],
Expand Down

0 comments on commit c830e10

Please sign in to comment.