diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2025-12-02 20:08:49 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2025-12-02 20:08:49 -0500 |
| commit | 8e4f8d50982eee7afa80a883e2017b30729e117d (patch) | |
| tree | ce9071f98c1644f8d9c2b8813cb6b32fb0664b21 /website/hover.js | |
| parent | fa9963fe8826e28d7d3ac0b94f1cd72356286c4b (diff) | |
Diffstat (limited to 'website/hover.js')
| -rwxr-xr-x | website/hover.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/website/hover.js b/website/hover.js index a654309..835a0cd 100755 --- a/website/hover.js +++ b/website/hover.js @@ -1,5 +1,4 @@ $(document).ready(function() {
- alert("This website is for viewable archive purposes only! None of the projects (except rapbot) exist, and these guys don't do this stuff anymore. Move on with your life!");
$(".link_box").hover(
function () {
$(this).addClass("hover");
|
