diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:56:11 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:56:11 +0000 |
| commit | e8822d8546199169a6bd1bb8592bf1d6c57f8e49 (patch) | |
| tree | 21dcfdea69303cb6ff24381b1a90ebb0182ef0a7 /static/js/src | |
| parent | b3f1adfbe7705819ecbae9114f470307146627c2 (diff) | |
Rebrand: remove dump wording in templates/static
Diffstat (limited to 'static/js/src')
| -rwxr-xr-x | static/js/src/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/util.js b/static/js/src/util.js index 69740ff..107b771 100755 --- a/static/js/src/util.js +++ b/static/js/src/util.js @@ -42,7 +42,7 @@ function track(group, name) { } // generate a new CSS rule and apply it immediately -// (more persistent than dumping a style tag) +// (more persistent than injecting a style tag) window.cssRule = function (selector, declaration) { var x = document.styleSheets,y=x.length-1; x[y].insertRule(selector+"{"+declaration+"}",x[y].cssRules.length); |
