We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720a440 commit 2655556Copy full SHA for 2655556
javascripts/fill.js
@@ -9,7 +9,7 @@ function minify(js) {
9
js
10
.replace(/[\r\n\t]+/gm, " ")
11
.replace(/\x20+/gm, " ")
12
- .trim(),
+ .trim()
13
) +
14
"%7D)()"
15
);
0 commit comments