mirror of
https://github.com/labstack/echo.git
synced 2025-07-15 01:34:53 +02:00
Moved website from echo to echox
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
(function() {
|
||||
var menu = document.querySelectorAll('.menu a');
|
||||
|
||||
for (var i = 0; i < menu.length; i++) {
|
||||
var m = menu[i];
|
||||
if (location.href === m.href) {
|
||||
m.className += 'active';
|
||||
}
|
||||
}
|
||||
})();
|
Reference in New Issue
Block a user