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
29c7bced
Commit
29c7bced
authored
Apr 04, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-show_side_open' into emscripten
parents
42876dd3
ab49b70f
Pipeline
#3465
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/utils/actions.js
View file @
29c7bced
...
...
@@ -13,6 +13,13 @@ function load_menu_actions(){
// File sub-entries
minit
(
"
file-message
"
,{
onclick
:
function
(){
pdbundle
.
pdgui
.
menu_send
()}});
minit
(
"
file-open
"
,{
onclick
:
function
(){
// show sidebar
$
(
"
#sidebar
"
).
collapse
(
"
show
"
);
console
.
log
(
"
clicked
"
);
$
(
"
#sidebar-col-icon
"
).
removeClass
(
"
rotate
"
);
}});
// Edit entries
minit
(
"
edit-copy
"
,
{
onclick
:
function
()
{
...
...
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