Skip to content

Commit

Permalink
tweak: change style paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Aug 13, 2024
1 parent 38a6b4e commit a78e280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parser/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export class DemoParserInterface {
public rev_data = create_exposed_promise<RevData>();
public chat_css = this.rev_data.then(async commit => {
let css_paths : (string|string[])[] = [
"goon/browserassets/css/browserOutput-dark.css",
"goon/browserassets/css/browserOutput.css",
"tgui/public/tgui-panel.bundle.css",
"tgui/public/tgui.bundle.css",
];
let chat_css = "";
outer_loop: for(let path_list of css_paths) {
Expand Down

0 comments on commit a78e280

Please sign in to comment.