diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 18:35:36 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 18:35:36 +0000 |
| commit | 8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (patch) | |
| tree | 8cd3bb0b911a4cfaee035e2430c11c25f27c156f /static | |
| parent | 2ccf5596b1666a9becc6982295a9d81101ace440 (diff) | |
Rebrand: user-visible dump -> hump copy
Diffstat (limited to 'static')
| -rwxr-xr-x | static/search/browser.html | 2 | ||||
| -rwxr-xr-x | static/search/imagesearch.html | 2 | ||||
| -rwxr-xr-x | static/search/search.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/static/search/browser.html b/static/search/browser.html index b48b349..439360a 100755 --- a/static/search/browser.html +++ b/static/search/browser.html @@ -253,7 +253,7 @@ }); }; - control.setOnKeepCallback(this, keepResult, 'DUMP THIS'); + control.setOnKeepCallback(this, keepResult, 'HUMP THIS'); control.draw(document.getElementById("searchControl")); control.execute(document.getElementById('q').value); diff --git a/static/search/imagesearch.html b/static/search/imagesearch.html index bab6a8d..27e50c8 100755 --- a/static/search/imagesearch.html +++ b/static/search/imagesearch.html @@ -259,7 +259,7 @@ }); }; - control.setOnKeepCallback(this, keepResult, 'DUMP THIS'); + control.setOnKeepCallback(this, keepResult, 'HUMP THIS'); control.draw(document.getElementById("searchControl")); control.execute(document.getElementById('q').value); diff --git a/static/search/search.html b/static/search/search.html index 62005cf..e02cf06 100755 --- a/static/search/search.html +++ b/static/search/search.html @@ -302,7 +302,7 @@ table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font }); }; - control.setOnKeepCallback(this, keepResult, 'DUMP THIS'); + control.setOnKeepCallback(this, keepResult, 'HUMP THIS'); control.draw(document.getElementById("searchControl")); control.execute(document.getElementById('q').value); |
