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
b3ba00e6
Commit
b3ba00e6
authored
Jul 20, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-add_tooltip' into emscripten
parents
15278b3f
61545a6a
Pipeline
#3682
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/components/menu/menu.js
View file @
b3ba00e6
...
...
@@ -680,7 +680,8 @@ window.modifiers = function (menu_item, modifiers) {
}
window
.
tooltip
=
function
(
menu_item
,
tooltip
)
{
// console.log("NEED TO IMPLEMENT TOOLTIP", tooltip);
menu_item
.
setAttribute
(
"
data-toggle
"
,
"
tooltip
"
);
menu_item
.
setAttribute
(
"
title
"
,
tooltip
);
}
window
.
recent_files
=
function
(
elem
)
{
...
...
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