Fix prettier

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-03-14 21:07:26 -03:00
parent 2d6a78d6cb
commit 316ad2147d

View File

@@ -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
);