Consider /sol/ a part of pb and /ed/ a part of ct in nav.js
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 10:36:58 +0000 (12:36 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 10:36:58 +0000 (12:36 +0200)
js/90-nav.js

index 92a9d4355de767670611d4139fdf6af01444aadb..6aefa0ebaae68516409a457ba579fb168a6d6aad 100644 (file)
@@ -3,8 +3,8 @@
 
        var NAVS = {
                'home': /^\/$/,
-               'pb': /^\/pb\//,
-               'ct': /^\/(?:ct|st)\//,
+               'pb': /^\/(?:pb|sol)\//,
+               'ct': /^\/(?:ct|st|ed)\//,
                'log': /^\/log\//,
                'us': /^\/us\//,
                'account': /^\/account$/,
This page took 0.010939 seconds and 4 git commands to generate.