Navigation Menu

Skip to content

Commit

Permalink
Fixed height in index as well as in NIB.
Browse files Browse the repository at this point in the history
  • Loading branch information
aallan committed Apr 16, 2011
1 parent c0f5378 commit b37d7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -33,7 +33,7 @@

$('#openheatmap_container').insertOpenHeatMap({
width: 1000,
height: 800,
height: 720,
prefer: 'canvas'
});
});
Expand Down

0 comments on commit b37d7cb

Please sign in to comment.