We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363aaec commit d520ff8Copy full SHA for d520ff8
.gitignore
@@ -2,6 +2,7 @@
2
*.json
3
other folder
4
*.exe
5
+*-linux
6
*.ico
7
node_modules
8
bundle.js
server.js
@@ -168,7 +168,7 @@ function StartServer(){
168
}
169
170
//console.log(`got downLoadDir, allowDownload = ${allowDownload}`);
171
- if(allowDownload){
+ if(madeAllowDownloadDecision && allowDownload){
172
data = JSON.parse(data)
173
174
Object.keys(data).forEach(function(key) {
0 commit comments