Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gunjan Yadu
purr-data
Commits
4814be7d
Commit
4814be7d
authored
Aug 29, 2020
by
Zack Lee
Browse files
change the files auto-refresh rate to 200ms and change Module.FS to FS
parent
dcbc90a0
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
4814be7d
...
...
@@ -2048,7 +2048,7 @@ function upload_patch(files) {
// Refresh file list after upload file
setTimeout
(
function
(){
update_file_ls
();
},
200
0
);
},
200
);
}
...
...
@@ -2095,7 +2095,7 @@ function download_patch(file_name) {
setTimeout
(()
=>
{
document
.
body
.
removeChild
(
a
);
URL
.
revokeObjectURL
(
a
.
href
);
},
200
);
},
200
0
);
}
else
{
alert
(
"
Please save before download!
"
)
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment