diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-03 22:01:05 +0000 |
| commit | 36202d8defb26f87264914f60c39c768cff3729e (patch) | |
| tree | a57224b8bba7fc7a7c65a8c3b0408847e9043a3d /static/js/src | |
| parent | d220d620e425ee6128c83229467e3ccac8f3ebf2 (diff) | |
Hump.fm: remove dump.fm branding
Diffstat (limited to 'static/js/src')
| -rwxr-xr-x | static/js/src/_main.js | 2 | ||||
| -rwxr-xr-x | static/js/src/chat.js | 2 | ||||
| -rwxr-xr-x | static/js/src/profile.js | 2 | ||||
| -rwxr-xr-x | static/js/src/search.js | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/static/js/src/_main.js b/static/js/src/_main.js index 18592d5..8d15c66 100755 --- a/static/js/src/_main.js +++ b/static/js/src/_main.js @@ -1,5 +1,5 @@ // The root domain is used so that subdomains don't result in -// spurious extra urls (e.g. both dump.fm/nick and sub.dump.fm/nick) +// spurious extra urls (e.g. both hump.fm/nick and sub.hump.fm/nick) window.RootDomain = location.href.match(/http:\/\/(\w)+\./) ? '/' : '/'; diff --git a/static/js/src/chat.js b/static/js/src/chat.js index 7a82ad0..b9b69d3 100755 --- a/static/js/src/chat.js +++ b/static/js/src/chat.js @@ -153,7 +153,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)} diff --git a/static/js/src/profile.js b/static/js/src/profile.js index 1fa6610..180fdf8 100755 --- a/static/js/src/profile.js +++ b/static/js/src/profile.js @@ -80,7 +80,7 @@ function setupUploadAvatar(elementId) { } else if (r == 'NOT_LOGGED_IN') { location.reload(); } else if (r == '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; } else if (r.match(/FILE_TOO_BIG/)) { var maxSize = r.split(" ")[1] / 1024; diff --git a/static/js/src/search.js b/static/js/src/search.js index 9a9d389..0ce9b07 100755 --- a/static/js/src/search.js +++ b/static/js/src/search.js @@ -24,7 +24,7 @@ Search = { $('#search-results-images a').live('hover', Search.resultsHover) var input = Search.$input = $("#search-query") - var label = "search dump.fm" + var label = "search hump.fm" Search.$container = $("#search-results-images") input.val(label) |
