mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +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.
|
// Name max 42 chars.
|
||||||
$content.append(
|
$content.append(
|
||||||
'<span class="module-name">' +
|
'<span title="' +
|
||||||
|
element.name +
|
||||||
|
'" class="module-name">' +
|
||||||
element.name.substring(0, 42) +
|
element.name.substring(0, 42) +
|
||||||
(element.name.length > 42 ? "..." : "") +
|
(element.name.length > 42 ? "..." : "") +
|
||||||
"</span>"
|
"</span>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user