Skip to content

Commit e25e6d5

Browse files
TheWitnessCopilot
andauthored
Update js/monitor.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent abbbec8 commit e25e6d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/monitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ $(() => {
341341
myTimer = setTimeout(timeStep, 1000);
342342

343343
$(globalThis).resize(() => {
344-
$(document).tooltip('option', 'position', { my: '1eft:15 top', at: 'right center' });
344+
$(document).tooltip('option', 'position', { my: 'left:15 top', at: 'right center' });
345345
});
346346

347347
if ($('#mute').val() === 'true') {

0 commit comments

Comments
 (0)