Browse Source

Add missing semicolon

adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
9a567721a8
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/webui/www/private/rename_file.html

2
src/webui/www/private/rename_file.html

@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
$('renameButton').disabled = true;
const parentPath = window.qBittorrent.Filesystem.folderName(oldPath)
const parentPath = window.qBittorrent.Filesystem.folderName(oldPath);
const newPath = parentPath
? parentPath + window.qBittorrent.Filesystem.PathSeparator + newName
: newName;

Loading…
Cancel
Save