about summary refs log tree commit diff stats
path: root/src/html/script.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2025-02-01 17:00:37 +0100
committerbptato <nincsnevem662@gmail.com>2025-02-01 17:13:26 +0100
commite56399f92d2323f9af95e001f86bd88798ccab2b (patch)
tree866d7fa1d14f58badc736ccc1472531ef7ace030 /src/html/script.nim
parent065fe55a8803114f1886fcb7b42b6786b513112b (diff)
downloadchawan-e56399f92d2323f9af95e001f86bd88798ccab2b.tar.gz
dom: load inline module scripts too
Diffstat (limited to 'src/html/script.nim')
-rw-r--r--src/html/script.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/script.nim b/src/html/script.nim
index 84f6c553..65601d9c 100644
--- a/src/html/script.nim
+++ b/src/html/script.nim
@@ -16,7 +16,7 @@ type
     pmParserInserted, pmNotParserInserted
 
   ScriptType* = enum
-    stNone, stClassic, stModule, stImportMap
+    stClassic, stModule, stImportMap
 
   ScriptResultType* = enum
     srtNull, srtScript, srtImportMapParse, srtFetching