Files
RootPanel/core/static/script/layout.coffee
jysperm 106c7f7d78 format
2014-03-11 06:02:23 +08:00

5 lines
106 B
CoffeeScript

$ ->
$('nav a').each ->
$(@).parent().addClass('active') if $(@).attr('href') is location.pathname