Merge branch 'master' into newmc
[gruntmaster-page.git] / js / 90-nav.js
index 4412e3a89ff038d92b1ae9f916fd20639dbc9e5d..746ccd70eda3e1f66c811eed9704c3600d68ee16 100644 (file)
@@ -10,8 +10,8 @@ const NAVS = {
 };
 
 $(function(){
-       let path = location.pathname;
-       for (let nav in NAVS)
+       const path = location.pathname;
+       for (const nav in NAVS)
                if(path.match(NAVS[nav]))
                        $('#nav-' + nav)[0].classList.add('active');
 });
This page took 0.009345 seconds and 4 git commands to generate.