Commit 6866ab2d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fixup! catch exceptions in loadData().

parent 4c122b72
......@@ -414,6 +414,7 @@
$.plot("#graph", series, options);
if (spreadsheet_data.length > 1) {
$('#spreadsheet_output').show();
$('#spreadsheet_output').handsontable({
data: spreadsheet_data,
readOnly: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment