mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Added title attr to module names in treeview
This commit is contained in:
parent
4cd17dca40
commit
774e163ff0
@ -758,7 +758,9 @@ var TreeController = {
|
||||
|
||||
// Name max 42 chars.
|
||||
$content.append(
|
||||
'<span class="module-name">' +
|
||||
'<span title="' +
|
||||
element.name +
|
||||
'" class="module-name">' +
|
||||
element.name.substring(0, 42) +
|
||||
(element.name.length > 42 ? "..." : "") +
|
||||
"</span>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user