mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Less code is better code
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
@@ -88,13 +88,8 @@ $(function () {
|
||||
$("td:eq(9)", row).html(button);
|
||||
if (data.current_session) {
|
||||
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"
|
||||
);
|
||||
});
|
||||
$(row).addClass("text-bold");
|
||||
$(row).attr("title", "This is the session you are currently using for the web interface");
|
||||
}
|
||||
|
||||
let icon = "";
|
||||
|
||||
Reference in New Issue
Block a user