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
Jonathan Wilkes
purr-data
Commits
cc6cc343
Commit
cc6cc343
authored
Apr 14, 2021
by
Prakhar Agarwal
🎯
Browse files
fixed app stalling on clicking "Help->About Pd-L2ork"
parent
f736712d
Changes
1
Show whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/utils/actions.js
View file @
cc6cc343
...
...
@@ -96,7 +96,7 @@ function load_menu_actions(){
// Help entries
minit
(
"
help-about
"
,
{
onclick
:
function
(){
pdbundle
.
pdgui
.
web_
pd
_doc_open
(
"
doc/about
"
,
"
about.pd
"
)
pdbundle
.
pdgui
.
web_
external
_doc_open
(
"
https://agraef.github.io/purr-data-intro/Purr-Data-Intro.html
"
)
}
});
...
...
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