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

Don't exclude the missing bulletin files from the list (change in last commit)

... since that messes up the bulletin->file numbering which is often
hard-coded in bullseye.asc
parent 06884399
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -37,7 +37,7 @@ file.readln(); // First line is not used (mode?) ...@@ -37,7 +37,7 @@ file.readln(); // First line is not used (mode?)
bull = file.readAll(); bull = file.readAll();
file.close(); file.close();
bull = bull.filter(function(str) { return truncsp(str) && file_getcase(str); }); bull = bull.filter(function(str) { return truncsp(str) });
if(bull.length < 1) { if(bull.length < 1) {
alert("No bulletins listed in " + file.name); alert("No bulletins listed in " + file.name);
......
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