revert changes to the statistics.js
这个提交包含在:
父节点
d181c20730
当前提交
78073d2921
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -64,14 +64,14 @@ function totalQsosPerYear() {
|
|||
success: function (data) {
|
||||
if (data.length > 0) {
|
||||
|
||||
$(".years").append('<h2>Year</h2><div id="yearContainer"></div><div id="yearTable"></div>');
|
||||
$(".years").append('<h2>Years</h2><div id="yearContainer"></div><div id="yearTable"></div>');
|
||||
$("#yearContainer").append("<canvas id=\"yearChart\" width=\"400\" height=\"100\"></canvas>");
|
||||
|
||||
// appending table to hold the data
|
||||
$("#yearTable").append('<table style="width:100%" class="yeartable table table-sm table-bordered table-hover table-striped table-condensed text-center"><thead>' +
|
||||
'<tr>' +
|
||||
'<td>#</td>' +
|
||||
'<td>'+'Year'+'</td>' +
|
||||
'<td>Year</td>' +
|
||||
'<td># of QSO\'s worked </td>' +
|
||||
'</tr>' +
|
||||
'</thead>' +
|
||||
|
|
|
|||
正在加载…
在新工单中引用