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

Commit 31cf7b7

Browse files
Update tgui.html
1 parent 5bb1cfb commit 31cf7b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tgui/public/tgui.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
if (type === 'js') {
319319
var node = document.createElement('script');
320320
node.type = 'text/javascript';
321+
node.rel = 'stylesheet';
321322
node.crossOrigin = 'anonymous';
322323
node.src = url;
323324
if (sync) {

0 commit comments

Comments
 (0)