mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Ran linter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function() {
|
||||
(function () {
|
||||
const CSRF_COOKIE_NAME = "XSRF-TOKEN";
|
||||
const DEFAULT_HEADER_NAME = "X-XSRF-TOKEN";
|
||||
const SAFE_METHODS = new Set(["GET", "HEAD", "OPTIONS", "TRACE"]);
|
||||
|
||||
@@ -53,7 +53,9 @@
|
||||
target="_blank"
|
||||
>unknown</a
|
||||
>
|
||||
<span class="version-badge" th:unless="${buildCommitUrl}" th:text="${buildCommitShort}">unknown</span>
|
||||
<span class="version-badge" th:unless="${buildCommitUrl}" th:text="${buildCommitShort}"
|
||||
>unknown</span
|
||||
>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user