Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
4bee5ddd
Commit
4bee5ddd
authored
Nov 15, 2011
by
Cynddl
Browse files
[fix] Activation of tooltips over icons
parent
2b102307
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/view.html
View file @
4bee5ddd
...
...
@@ -49,6 +49,7 @@ $(document).ready(function() {
}
return
false
;
});
$
(
'
span
'
).
hover
(
function
(){
$
(
'
span#
'
+
this
.
id
+
'
_tooltip
'
).
fadeIn
();},
function
(){
$
(
'
span#
'
+
this
.
id
+
'
_tooltip
'
).
hide
();});
});
</script>
{% endblock %}
...
...
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