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

Auto-convert specified directory codes to lowecase

parent 3b234ecb
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ var renamed = 0;
var missing = [];
for(var d = 0; d < dir_list.length; d++) {
var code = dir_list[d];
var code = dir_list[d].toLowerCase();
var dir = file_area.dir[code];
if(!dir) {
alert("Directory '" + code + "' does not exist in configuration");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment