Skip to content

Commit 43d07bd

Browse files
committedOct 8, 2021
Fix typo in JS for toggling user-code annotations
1 parent 07ee96a commit 43d07bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎js/menu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ function doShortcut(e) {
998998
} else if (e.key === 'u') {
999999
if (stylesheetWorkaroundForCanCallUserCodeAnnotation.innerText === '') {
10001000
stylesheetWorkaroundForCanCallUserCodeAnnotation.textContent =
1001-
'a.e-uc::before { display: block !important; }';
1001+
'a.e-user-code::before { display: block !important; }';
10021002
} else {
10031003
stylesheetWorkaroundForCanCallUserCodeAnnotation.textContent = '';
10041004
}

0 commit comments

Comments
 (0)
Please sign in to comment.