Merge pull request #885 from Rosiak/master

This commit is contained in:
Neil Lathwood
2015-04-29 22:03:03 +01:00
+4 -4
View File
@@ -88,10 +88,6 @@ if (is_array($tmp_devices[0])) {
?>
<script>
var height = $(window).height() - 100;
$('#visualization').css('height', height + 'px');
</script>
<div id="visualization"></div>
<script src="js/vis.min.js"></script>
<script type="text/javascript">
@@ -143,6 +139,10 @@ echo $edges;
}
});
</script>
<script>
var height = $(window).height() - 100;
$('#visualization').height(height + 'px');
</script>
<?php