latest updates
[namibia] / public / js / app / router.js
index 72d022d..4f84a86 100644 (file)
@@ -19,8 +19,8 @@
                        '#/publichome'           : 'publichome',
 
                        // Brochure
-                       ''                       : 'home',
-                       '#/'                     : 'home',
+                       ''                       : 'dealerhome',
+                       '#/'                     : 'dealerhome',
                        '#/dealerhome'           : 'dealerhome',
                        '#/faq'                  : 'faq',
                        '#/login'                : 'login',
                        if ('home' == page
                                && ('bid4cars.local' == window.location.host
                                        || 'bid4cars.nirph.com' == window.location.host
-                                       || 'www.bid4cars.co.za' == window.location.host))
+                                       || 'www.bid4cars.com.na' == window.location.host))
                        {
                                page = 'dealerhome';
                        }