WebClient js: add missing semicolon

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino 2024-12-25 11:34:14 +01:00
parent dee3f3f87a
commit 22f80b97f0
No known key found for this signature in database
GPG key ID: 935D2952DEC4EECF

View file

@ -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}}