Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions 70bc99 ... vs f5b7b4 ... for public/js/app/workspace.js

Diff revisions: vs.
  @@ -1158,8 +1158,8 @@
1158 1158 App.API.getTask(
1159 1159 'getActiveAccount', 'User', 'Profile.ActiveAccount', null,
1160 1160 {}, function() {
1161 - if ('bid4cars.nirph.com' != window.location.hostname
1162 - && 'bid4cars.local' != window.location.hostname
1161 + if ('namibia.nirph.com' != window.location.hostname
1162 + && 'namibia.local' != window.location.hostname
1163 1163 && 'bid4cars.com.na' != window.location.hostname)
1164 1164 {
1165 1165 alert('Please click ok to refresh this page.');
  @@ -1178,8 +1178,8 @@
1178 1178 App.API.getTask(
1179 1179 'getActiveAccount', 'User', 'Profile.ActiveAccount', null,
1180 1180 {}, function() {
1181 - if ('bid4cars.nirph.com' != window.location.hostname
1182 - && 'bid4cars.local' != window.location.hostname
1181 + if ('namibia.nirph.com' != window.location.hostname
1182 + && 'namibia.local' != window.location.hostname
1183 1183 && 'bid4cars.com.na' != window.location.hostname)
1184 1184 {
1185 1185 alert('Please click ok to refresh this page.');
  @@ -1516,7 +1516,7 @@
1516 1516 && true == App.permissions.accessAdminModule)
1517 1517 {
1518 1518 _w.initAdmin();
1519 - if ('bid4cars.local' != window.location.hostname)
1519 + if ('namibia.local' != window.location.hostname)
1520 1520 {
1521 1521 window.location.hash = '/admin';
1522 1522 }