Commit 233b8f13 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

fix for lint warnings.

parent b52311e9
...@@ -265,8 +265,8 @@ ...@@ -265,8 +265,8 @@
}; };
that.displayResult = function (idx) { that.displayResult = function (idx) {
$('li.result').removeClass('active') $('li.result').removeClass('active');
$($('li.result')[idx]).addClass('active') $($('li.result')[idx]).addClass('active');
var result = JSON.parse($("#json_result").val())[idx]['result']; var result = JSON.parse($("#json_result").val())[idx]['result'];
$("#result_zone").show(); $("#result_zone").show();
$("#graph_zone").show(); $("#graph_zone").show();
......
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