Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
da35b87a
Commit
da35b87a
authored
Dec 02, 2016
by
Jonathan Wilkes
Browse files
Merge branch 'aggraef/purr-data-fix-help-irc-option'
parents
cee859ae
b062ac09
Changes
2
Hide whitespace changes
Inline
Side-by-side
pd/nw/index.js
View file @
da35b87a
...
...
@@ -705,7 +705,9 @@ function nw_create_pd_window_menus(gui, w) {
}
});
minit
(
m
.
help
.
irc
,
{
click
:
function
()
{
alert
(
"
Please link to the irc page
"
)
}
click
:
function
()
{
pdgui
.
external_doc_open
(
"
http://puredata.info/community/IRC
"
);
}
});
minit
(
m
.
help
.
devtools
,
{
click
:
function
()
{
...
...
pd/nw/pd_canvas.js
View file @
da35b87a
...
...
@@ -1453,7 +1453,9 @@ function nw_create_patch_window_menus(gui, w, name) {
}
});
minit
(
m
.
help
.
irc
,
{
click
:
menu_generic
click
:
function
()
{
pdgui
.
external_doc_open
(
"
http://puredata.info/community/IRC
"
);
}
});
minit
(
m
.
help
.
devtools
,
{
click
:
function
()
{
...
...
Write
Preview
Markdown
is supported
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