Skip to content
Snippets Groups Projects
Commit 60ed4599 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove extra closing-parens pointed out by Apam

Oops
parent 8108e0cd
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6325 passed
...@@ -231,7 +231,7 @@ for(var d = 0; d < dir_list.length; d++) { ...@@ -231,7 +231,7 @@ for(var d = 0; d < dir_list.length; d++) {
} }
var path = file_area.dir[code].path + file.name; var path = file_area.dir[code].path + file.name;
var realpath = file_getcase(path); var realpath = file_getcase(path);
if(!realpath)) { if(!realpath) {
alert("does not exist: " + path); alert("does not exist: " + path);
continue; continue;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment