]> iEval git - gruntmaster-page.git/commitdiff
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>
Mon, 9 Feb 2015 21:04:18 +0000 (23:04 +0200)
(cherry picked from commit 3825b4b1f92d77476c1a36d96f402455571bcada)

js/90-nav.js

index 66ab053c891bc49168794d5499d23112266395ce..7f96eeb320c2aa6f22f3a1d8d1c9810d79e29489 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.02317 seconds and 4 git commands to generate.