Fix styling

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-11-22 12:11:44 +00:00
parent 89873c226a
commit 43200d2de8

View File

@@ -90,7 +90,10 @@ $(function () {
ownSessionID = data.id;
$("td", row).each(function () {
$(this).addClass("text-bold");
$(this).attr("title", "This is the session you are currently using for the web interface");
$(this).attr(
"title",
"This is the session you are currently using for the web interface"
);
});
}