mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4296 When switching dashboard, update dashboard title tooltip with new value
This commit is contained in:
@@ -552,7 +552,7 @@ EOF
|
|||||||
$oToolbar->AddHtml($sHtml);
|
$oToolbar->AddHtml($sHtml);
|
||||||
} else {
|
} else {
|
||||||
$oPage->add_script(<<<JS
|
$oPage->add_script(<<<JS
|
||||||
$(".ibo-top-bar--toolbar-dashboard-title").html("$sTitleForHTML");
|
$(".ibo-top-bar--toolbar-dashboard-title").html("$sTitleForHTML").attr("title", "$sTitleForHTML");
|
||||||
JS
|
JS
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user