[ticket/11552] Tooltips for breadcrumbs

PHPBB3-11552
This commit is contained in:
Vjacheslav Trushkin 2013-09-15 01:22:10 +03:00
parent 77a9635495
commit 464248d341

View file

@ -481,6 +481,12 @@ function insert_single_user(formId, user)
maxHeight = $this.height() + 1;
$this.css('white-space', '');
// Set tooltips
$this.find('a').each(function() {
var $link = $(this);
$link.attr('title', $link.text());
});
// Funciton that checks breadcrumbs
function check() {
var height = $this.height(),