summaryrefslogtreecommitdiff
path: root/static/js/pichat-old.js
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:56:11 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:56:11 +0000
commite8822d8546199169a6bd1bb8592bf1d6c57f8e49 (patch)
tree21dcfdea69303cb6ff24381b1a90ebb0182ef0a7 /static/js/pichat-old.js
parentb3f1adfbe7705819ecbae9114f470307146627c2 (diff)
Rebrand: remove dump wording in templates/static
Diffstat (limited to 'static/js/pichat-old.js')
-rwxr-xr-xstatic/js/pichat-old.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/js/pichat-old.js b/static/js/pichat-old.js
index e0a7692..3f75d1f 100755
--- a/static/js/pichat-old.js
+++ b/static/js/pichat-old.js
@@ -2075,7 +2075,7 @@ $(function(){
});
// 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);
@@ -2172,4 +2172,3 @@ function removeManualFav(imgsrc) {
}
};
-