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
45aeb933
Commit
45aeb933
authored
Apr 10, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-show_side_help' into emscripten
parents
e1b9c041
35ccfcb2
Pipeline
#3502
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
45aeb933
...
...
@@ -5741,6 +5741,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