Skip to content

Commit f90f69a

Browse files
committed
Show log immediately after unpausing
1 parent 11e9331 commit f90f69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logtail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ $(document).ready(function () {
167167
$(pausetoggle).click(function (e) {
168168
pause = !pause;
169169
$(pausetoggle).text(pause ? "Unpause" : "Pause");
170+
show_log();
170171
e.preventDefault();
171172
});
172173

0 commit comments

Comments
 (0)