mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 07:19:08 -06:00
Cosmetic cleanup [ci skip]
This commit is contained in:
@@ -90,7 +90,4 @@
|
||||
<span class="inline-flex items-center rounded-full bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10">{{.Source}}</span>
|
||||
</td>
|
||||
<td class="whitespace-nowrap px-3 lg:px-10 py-5 text-sm text-gray-500">{{.Time}}</td>
|
||||
<!--<td class="whitespace-nowrap py-5 pl-3 pr-4 text-right text-sm font-medium sm:pr-0">
|
||||
<a href="#" class="text-indigo-600 hover:text-indigo-900">Edit<span class="sr-only">, Lindsay Walton</span></a>
|
||||
</td>-->
|
||||
</tr>
|
||||
|
||||
@@ -408,7 +408,7 @@
|
||||
notation: 'compact',
|
||||
compactDisplay: 'short',
|
||||
});
|
||||
totalElement.innerHTML = formatter.format(sum);;
|
||||
totalElement.innerHTML = formatter.format(sum);
|
||||
}
|
||||
} else {
|
||||
this.drawNoData(chartElement, this.monthlyTicks.bind(this), 365);
|
||||
|
||||
Reference in New Issue
Block a user