1
0
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:
Vishal Rana
2016-03-12 10:35:05 -08:00
parent 5b5df5bf44
commit 861712f469
43 changed files with 0 additions and 1830 deletions

View File

@ -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';
}
}
})();