Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Mar 15, 2022
1 parent 2d6a78d commit 316ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pi-hole/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function eventsource() {
function (e) {
ta.append(e.data);
// scroll page to the bottom (to the last received data)
$('html, body').scrollTop($(document).height());
$("html, body").scrollTop($(document).height());
},
false
);
Expand Down

0 comments on commit 316ad21

Please sign in to comment.