Skip to content

Commit

Permalink
fix materialize.min.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
mopsfl committed Aug 6, 2024
1 parent 9879c68 commit 55a2303
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 210 deletions.
503 changes: 301 additions & 202 deletions dist/js/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/js/index.js.map

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions dist/js/modules/Functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ exports.default = {
QuickAction_Callbacks: {
["copy"]: Editor_1.default.CopyValue,
["download"]: Utils_1.default.DownloadContent,
["clear"]: Editor_1.default.Clear,
["createQueue"]: async () => {
await fetch(`${index_1.default.options.api_url()}createQueue/bytestrings`, { method: "POST", credentials: "include", body: `print("Hello World")` });
}
["clear"]: Editor_1.default.Clear
}
};
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import Settings from "./modules/Settings";
import Functions from "./modules/Functions";
import Utils from "./modules/Utils";
import Info from "./modules/Info";
import "@materializecss/materialize"
import * as monaco from "monaco-editor"

const settings = new Settings()
Expand Down

0 comments on commit 55a2303

Please sign in to comment.