Skip to content

Commit 1cd9865

Browse files
committed
delete cm6 cookie
1 parent 0c897c5 commit 1cd9865

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/scripts/runlatex.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// runlatex.js for TeXLive.net and Overleaf
2-
// Copyright 2020 2021 David Carlisle
2+
// Copyright 2020 2021 2025 David Carlisle
33
// MIT Licence
44

55
// set here but local versions can be redefined after
@@ -493,6 +493,7 @@ function rlDeleteCookies() {
493493
createCookie('runlatex-return',"",-999);
494494
createCookie('runlatex-engine',"",-999);
495495
createCookie('runlatex-acetheme',"",-999);
496+
createCookie('runlatex-cm6theme',"",-999);
496497
window.location.reload(false);
497498
}
498499

0 commit comments

Comments
 (0)