From e53b4e51aed46bb55e79d79d4098461d5703fef2 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Wed, 25 Dec 2024 11:34:14 +0100 Subject: [PATCH] WebClient js: add missing semicolon Signed-off-by: Nicola Murino --- templates/webclient/files.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webclient/files.html b/templates/webclient/files.html index 8382fc6b..6a00dcc7 100644 --- a/templates/webclient/files.html +++ b/templates/webclient/files.html @@ -261,7 +261,7 @@ explicit grant from the SFTPGo Team (support@sftpgo.com). "5", "6", "7", "8", "9", "ttcn", "ttcn3", "ttcnpp", "cfg", "ttl", "ts", "tsx", "webidl", "vb", "vbs", "vtl", "vhd", "vhdl", "vue", "xml", "xsl", "xsd", "svg", "xy", "xquery", "ys", "yaml", "yml", "z80", "mscgen", "mscin", "msc", "xu", "msgenny", "wat", "wast", "env"]; - const supportedEditFilenames = ["readme", "dockerfile", "pkgbuild"] + const supportedEditFilenames = ["readme", "dockerfile", "pkgbuild"]; //{{- end}} function keepAlive() { //{{- if not .ShareUploadBaseURL}}