Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
75a9a049
Commit
75a9a049
authored
Sep 13, 2011
by
xaver
Browse files
mouseover works better, but not final
parent
8a36d599
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default_combobox/templates/main.tpl.htm
View file @
75a9a049
...
...
@@ -183,7 +183,7 @@
});
})(
jQuery
);
jQuery
(
"
#pageContent
"
).
live
(
"
blu
r
"
,
function
(){
jQuery
(
"
#pageContent
"
).
live
(
"
mouseove
r
"
,
function
(){
if
(
jQuery
(
"
.panel select
"
).
css
(
"
display
"
)
!=
"
none
"
){
jQuery
(
"
.panel select
"
).
combobox
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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