Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simplify conditional comment and reinstate.
  • Loading branch information
tmcw committed May 8, 2013
1 parent ddd817a commit 9a75ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/index.html
Expand Up @@ -16,9 +16,9 @@
Raven.config('https://af8ce79129b24fa28d91ede59302369c@app.getsentry.com/6009').install();
</script>

<!--[if !IE || gt IE 9]><!-->
<script src='iD.js'></script>
<!-- <![endif]-->
<!--[if !IE]>-->
<script src='iD.js'></script>
<!--<![endif]-->
</head>
<body>
<div id='id-container'></div>
Expand Down

0 comments on commit 9a75ce9

Please sign in to comment.