This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www.
View the commit online.
commit d0e2c666dfc71d89b33634e271a3621f5d142840
Author: Carsten Haitzler (Rasterman) <[email protected]>
AuthorDate: Thu May 28 20:08:16 2026 +0100
better interaction - on press change class of menu item
---
public_html/site/funcs.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public_html/site/funcs.php b/public_html/site/funcs.php
index f5fdb313..1e3fcdf5 100644
--- a/public_html/site/funcs.php
+++ b/public_html/site/funcs.php
@@ -9,7 +9,7 @@
if ($page == $it)
print("<li class=\"head-menu-item-active\"><a href="" . $it . ">" . $title . "</a></li>\n");
else
- print("<li class=\"head-menu-item\"><a href="" . $it . ">" . $title . "</a></li>\n");
+ print("<li class=\"head-menu-item\" _onmousedown_=\"this.className='head-menu-item-active'\"><a href="" . $it . ">" . $title . "</a></li>\n");
}
print("</ul>\n");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.