From f5c710e80ae639182c9360550fd652f6489a6318 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 18 Jun 2020 06:58:28 -0400 Subject: [PATCH] lint compliance --- www/support/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/support/ui.js b/www/support/ui.js index 7449e2e07..8451cf55c 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -326,7 +326,7 @@ Messages.support_addAttachment = "Add attachment"; // XXX if (!obj || !obj.name || !obj.href) { return; } var a = h('a', { href: '#' - }, obj.name) + }, obj.name); // XXX disallow remote URLs $(a).click(function (e) { e.preventDefault();