summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 18:35:36 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 18:35:36 +0000
commit8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (patch)
tree8cd3bb0b911a4cfaee035e2430c11c25f27c156f /static
parent2ccf5596b1666a9becc6982295a9d81101ace440 (diff)
Rebrand: user-visible dump -> hump copy
Diffstat (limited to 'static')
-rwxr-xr-xstatic/search/browser.html2
-rwxr-xr-xstatic/search/imagesearch.html2
-rwxr-xr-xstatic/search/search.html2
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);