mirror of
https://github.com/pi-hole/web.git
synced 2026-04-20 00:39:52 +01:00
@@ -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"
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user