mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
22 lines
408 B
Plaintext
22 lines
408 B
Plaintext
`/* JS here */`
|
|
`/*
|
|
JS here */`
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["inline-javascript", [
|
|
["delimiter", "`"],
|
|
["comment", "/* JS here */"],
|
|
["delimiter", "`"]
|
|
]],
|
|
["inline-javascript", [
|
|
["delimiter", "`"],
|
|
["comment", "/*\r\nJS here */"],
|
|
["delimiter", "`"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for inline JavaScript. |