summaryrefslogtreecommitdiff
path: root/static/js/pichat.butt.js
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
committeryo momma <shutup@oops.wtf>2026-02-03 22:01:05 +0000
commit36202d8defb26f87264914f60c39c768cff3729e (patch)
treea57224b8bba7fc7a7c65a8c3b0408847e9043a3d /static/js/pichat.butt.js
parentd220d620e425ee6128c83229467e3ccac8f3ebf2 (diff)
Hump.fm: remove dump.fm branding
Diffstat (limited to 'static/js/pichat.butt.js')
-rwxr-xr-xstatic/js/pichat.butt.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/pichat.butt.js b/static/js/pichat.butt.js
index f0baae5..c78db99 100755
--- a/static/js/pichat.butt.js
+++ b/static/js/pichat.butt.js
@@ -757,7 +757,7 @@ function setupUploadAvatar(elementId) {
} else if (resp == 'NOT_LOGGED_IN') {
location.reload();
} else if (resp == 'INVALID_IMAGE') {
- alert("Sorry, dump.fm can't deal with your image. Pick another :(");
+ alert("Sorry, hump.fm can't deal with your image. Pick another :(");
return;
}
var s = '<img id="avatarPic" src="' + resp + '" width="150" />';
@@ -903,7 +903,7 @@ function getMessageInfo(e){
if (!content.length) content = message.find(".content")
var rawContent = content.html()
var img = content.find("img").attr("src")
- var via = "via " + nick + " on dump.fm"
+ var via = "via " + nick + " on hump.fm"
return {"nick": nick, "id": id, "link": encodeURIComponent(link),
"content": rawContent, "img": encodeURIComponent(img),
"via": encodeURIComponent(via)}