summaryrefslogtreecommitdiff
path: root/static
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
parentb3f1adfbe7705819ecbae9114f470307146627c2 (diff)
Rebrand: remove dump wording in templates/static
Diffstat (limited to 'static')
-rwxr-xr-xstatic/html/privacy.html2
-rwxr-xr-xstatic/html/search.test.html2
-rw-r--r--static/js/pages/chat_init.js2
-rwxr-xr-xstatic/js/pichat-old.js3
-rwxr-xr-xstatic/js/pichat.js2
-rwxr-xr-xstatic/js/pichat2.js2
-rwxr-xr-xstatic/js/src/util.js2
7 files changed, 7 insertions, 8 deletions
diff --git a/static/html/privacy.html b/static/html/privacy.html
index ecb1ef2..d62dd72 100755
--- a/static/html/privacy.html
+++ b/static/html/privacy.html
@@ -5,7 +5,7 @@
<HEAD>
<META
name="DC.Title"
- content="dumpprivacy" >
+ content="humpprivacy" >
<META
name="DC.Contributor"
content="Ryder Ripps" >
diff --git a/static/html/search.test.html b/static/html/search.test.html
index 0525635..8367a69 100755
--- a/static/html/search.test.html
+++ b/static/html/search.test.html
@@ -40,7 +40,7 @@
</head>
<body class="profile">
- <center>search dumps: <input type="text" name="search-query" id="search-query" /></center><br><br>
+ <center>search humps: <input type="text" name="search-query" id="search-query" /></center><br><br>
<center><div id="message"></div><br><br></center>
<div id="content">
</div>
diff --git a/static/js/pages/chat_init.js b/static/js/pages/chat_init.js
index 30323ad..60266f7 100644
--- a/static/js/pages/chat_init.js
+++ b/static/js/pages/chat_init.js
@@ -28,7 +28,7 @@
if (hasMessageList && hasChatInput && typeof window.initChat === 'function') { window.initChat(); }
if (hasMessageList && hasChatInput && typeof window.initChatMsgs === 'function') { window.initChatMsgs(); }
- // Some room pages render dumps in `.logged-hump` containers without the full chat UI.
+ // Some room pages render humps in `.logged-hump` containers without the full chat UI.
// In that case, run the log initializer so URLs become hotlinked images.
if (!hasChatInput && typeof window.initLog === 'function' && jQuery('.logged-hump .content').length) {
window.initLog(window.Recips);
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) {
}
};
-
diff --git a/static/js/pichat.js b/static/js/pichat.js
index 6c12fb7..44eb14d 100755
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -2429,7 +2429,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);
diff --git a/static/js/pichat2.js b/static/js/pichat2.js
index c2e5e3f..4d47343 100755
--- a/static/js/pichat2.js
+++ b/static/js/pichat2.js
@@ -2321,7 +2321,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);
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);