X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=js%2F90-nav.js;h=fc91ff1dfb364245c5d315378f5dfff57e07c3c8;hb=da4a59b25f17a5b15fdfc6bd5799a75a92edc3b9;hp=3a59943aff45eef67b5742f45dc6f3ce9ca520f8;hpb=4b4a81371ead43b2f9e01a924625eda1e5275199;p=plack-app-gruntmaster.git diff --git a/js/90-nav.js b/js/90-nav.js index 3a59943..fc91ff1 100644 --- a/js/90-nav.js +++ b/js/90-nav.js @@ -3,10 +3,12 @@ var NAVS = { 'home': /^\/$/, - 'pb': /^\/pb\//, - 'ct': /^\/ct\//, + 'pb': /^\/(?:pb|sol)\//, + 'ct': /^\/(?:ct|st|ed)\//, 'log': /^\/log\//, - 'account': /^\/account$/ + 'us': /^\/us\//, + 'account': /^\/account$/, + 'contribute': /^\/contribute$/, }; $( document ).ready(function(){