Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8ec3fe8

Browse files
Update renderer.js
1 parent 0c36d26 commit 8ec3fe8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tgui/packages/tgui-panel/chat/renderer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,10 @@ class ChatRenderer {
491491
}
492492

493493
saveToDisk() {
494+
// Allow only on IE11
495+
if (Byond.IS_LTE_IE10) {
496+
return;
497+
}
494498
// Compile currently loaded stylesheets as CSS text
495499
let cssText = '';
496500
const styleSheets = document.styleSheets;

0 commit comments

Comments
 (0)