提交 06aa87c6 编写于 作者: J joonk2016

Update problemHistory.js

fix the problem page layout confusion when it displays the '[show]' tag in a small window.
上级 1a470643
function historyGraphLineChart(cell, response) {
cell.style.display = 'block';
cell.parentNode.style.display = 'block';
cell.style.display = 'table-cell';
cell.parentNode.style.display = 'table-cell';
cell.innerHTML = response;
var data = $('#errorTrendMeta', cell).text();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册