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
yPhil
Pétrolette
Commits
5f733f6f
Commit
5f733f6f
authored
Dec 07, 2017
by
yPhil
Browse files
Merge branch 'dev'
parents
9c7372ec
b4edff86
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/lib/js/menu.js
View file @
5f733f6f
...
...
@@ -8,22 +8,11 @@ $('<div id="menu">').appendTo($('body')).load('/static/templates/menu.html', fun
$saveButton
=
$
(
'
#saveTabs
'
).
button
(),
$langMenu
=
$
(
'
select#language
'
),
$help
=
$
(
'
button#help
'
).
button
(),
$donate
=
$
(
'
button#donate
'
).
button
()
.
tooltip
()
,
$donate
=
$
(
'
button#donate
'
).
button
(),
$profile
=
$
(
'
button#profile
'
).
button
(),
$slider
=
$
(
'
div#gallerySpeedSlider
'
),
$spinner
=
$
(
'
#gallerySpeedSpinner
'
);
// $langMenu.selectmenu({
// width: 80
// }).selectmenu( "menuWidget" )
// .addClass( "overflow" );
$profile
.
tooltip
({
classes
:
{
"
ui-tooltip
"
:
"
ui-corner-all ui-widget-shadow icon-heartbeat
"
}
});
MOB
.
utilities
.
translate
();
$langMenu
.
val
(
MOB
.
prefs
.
readConfig
(
'
lang
'
)).
prop
(
'
selected
'
,
true
);
...
...
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