mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 15:56:03 +01:00
Show elements titles using jQuery UI tooltips (#31441).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18260 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -934,6 +934,17 @@ function setupAttachmentDetail() {
|
||||
$(window).resize(setFilecontentContainerHeight);
|
||||
}
|
||||
|
||||
$(function () {
|
||||
$('[title]').tooltip({
|
||||
show: {
|
||||
delay: 400
|
||||
},
|
||||
position: {
|
||||
my: "center bottom-5",
|
||||
at: "center top"
|
||||
}
|
||||
});
|
||||
});
|
||||
$(document).ready(setupAjaxIndicator);
|
||||
$(document).ready(hideOnLoad);
|
||||
$(document).ready(addFormObserversForDoubleSubmit);
|
||||
|
||||
Reference in New Issue
Block a user