diff --git a/.eslintrc.json b/.eslintrc.json index e9fa15db..5d054f6a 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -47,7 +47,7 @@ "block-spacing": "error", "array-bracket-spacing": "error", "comma-spacing": "error", - "spaced-comment": ["error", "always", { "exceptions": ["/"] } ], + "spaced-comment": ["error", "always", { "exceptions": ["/"] } ], "comma-style": "error", "computed-property-spacing": "error", "no-trailing-spaces": "warn", diff --git a/src/web/waiters/HighlighterWaiter.mjs b/src/web/waiters/HighlighterWaiter.mjs index 22d1e803..664daef8 100755 --- a/src/web/waiters/HighlighterWaiter.mjs +++ b/src/web/waiters/HighlighterWaiter.mjs @@ -446,7 +446,6 @@ class HighlighterWaiter { } const cssClass = "hl1"; - // if (colour) cssClass += "-"+colour; // Remove HTML tags text = text