Skip to content

Commit

Permalink
comments about tests under IE
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed May 22, 2012
1 parent 7a295f9 commit 875d9d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/tbl_zoom_plot_jqplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ $(document).ready(function() {
]);
});

// under IE 8, the initial display is mangled; after a manual
// resizing, it's ok
// under IE 9, everything is fine
currentChart = $.jqplot('querychart', series, options);

$('button.button-reset').click(function(event) {
Expand Down

0 comments on commit 875d9d0

Please sign in to comment.