aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-09-15 01:22:10 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-10-17 21:08:31 +0300
commit464248d34122b26b0a6fc6157aac11565f2ccb7b (patch)
tree0875a256182f9e0b05997128820d1db984b0ad4d /phpBB/styles/prosilver/template
parent77a963549590bec5819ab88aab7d947a130853f3 (diff)
downloadforums-464248d34122b26b0a6fc6157aac11565f2ccb7b.tar
forums-464248d34122b26b0a6fc6157aac11565f2ccb7b.tar.gz
forums-464248d34122b26b0a6fc6157aac11565f2ccb7b.tar.bz2
forums-464248d34122b26b0a6fc6157aac11565f2ccb7b.tar.xz
forums-464248d34122b26b0a6fc6157aac11565f2ccb7b.zip
[ticket/11552] Tooltips for breadcrumbs
PHPBB3-11552
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/forum_fn.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js
index fca0f0d701..f24ef6886d 100644
--- a/phpBB/styles/prosilver/template/forum_fn.js
+++ b/phpBB/styles/prosilver/template/forum_fn.js
@@ -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(),