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
Jonathan Wilkes
purr-data
Commits
ba24a0a8
Commit
ba24a0a8
authored
Apr 04, 2021
by
Prakhar Agarwal
🎯
Browse files
fixed bug
parent
addfe23d
Changes
2
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/utils/actions.js
View file @
ba24a0a8
...
...
@@ -97,14 +97,6 @@ function load_menu_actions(){
}
});
minit
(
"
help-browser
"
,
{
onclick
:
function
(){
// show sidebar
$
(
"
#sidebar
"
).
collapse
(
"
show
"
);
$
(
"
#sidebar-col-icon
"
).
removeClass
(
"
rotate
"
);
}
});
minit
(
"
help-intro
"
,
{
onclick
:
function
(){
pdbundle
.
pdgui
.
web_external_doc_open
(
"
http://puredata.info/docs/manuals/pdrefcards/pd-refcard-en.pdf/view
"
)
...
...
pd/nw/pdgui.js
View file @
ba24a0a8
...
...
@@ -5738,6 +5738,9 @@ function open_search() {
}
else
{
dialog_raise
(
"
search
"
);
}
// show sidebar
$
(
"
#sidebar
"
).
collapse
(
"
show
"
);
$
(
"
#sidebar-col-icon
"
).
removeClass
(
"
rotate
"
);
}
exports
.
open_search
=
open_search
;
...
...
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