bug fix netmap help icon show/hide

This commit is contained in:
Oliver Gorwits
2012-12-09 18:32:07 +00:00
parent b7c1146e5f
commit a046fabe9d
2 changed files with 9 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
<script>
// show our help icon
d3.select('#netmap_help_img').style('display', 'inline');
var winHeight = window.innerHeight;
var winWidth = window.innerWidth;