mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
address prettier complaints
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -30,7 +30,7 @@ $(function () {
|
||||
$('iframe[name="teleporter_iframe"]').on("load", function () {
|
||||
var font = {
|
||||
"font-family": $("pre").css("font-family"),
|
||||
"font-size": $("pre").css("font-size")
|
||||
"font-size": $("pre").css("font-size"),
|
||||
};
|
||||
var contents = $(this).contents();
|
||||
contents.find("body").css(font);
|
||||
|
||||
Reference in New Issue
Block a user