Skip to content

Commit

Permalink
Remove logo to make it works properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiao committed Feb 3, 2016
1 parent 7c5244f commit b2e1f98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<script>
// exhibit a warning on old IE browsers
var warningHtml = document.createElement('div');
warningHtml.innerHTML = '<div class="topbar"><div class="text-center" style="color:#EECD0C;font-size:large;"><b>Your Internet browser is not supported by Dicoogle! Please update your browser.</b></div></div><div style="display:flex;"><img src="assets/logo.png" style="width:320px;margin:auto"></img></div>';
warningHtml.innerHTML = '<div class="topbar"><div class="text-center" style="color:#EECD0C;font-size:large;"><b>Your Internet browser is not supported by Dicoogle! Please update your browser.</b></div></div><div style="display:flex;"></div>';
document.body.appendChild(warningHtml);
</script>
<![endif]-->
Expand Down

0 comments on commit b2e1f98

Please sign in to comment.