Git Repository Public Repository

namibia

URLs

Copy to Clipboard

Diff Revisions 2a6f87 ... vs e426c5 ... for public/js/app/workspace.js

Diff revisions: vs.
  @@ -1160,10 +1160,8 @@
1160 1160 {}, function() {
1161 1161 if ('bid4cars.nirph.com' != window.location.hostname
1162 1162 && 'bid4cars.local' != window.location.hostname
1163 - && 'bid4cars.com.na' != window.location.hostname)
1163 + && 'www.bid4cars.com.na' != window.location.hostname)
1164 1164 {
1165 -
1166 - alert(window.location.hostname);
1167 1165 alert('Please click ok to refresh this page.');
1168 1166 location.reload();
1169 1167 }
  @@ -1182,10 +1180,10 @@
1182 1180 {}, function() {
1183 1181 if ('bid4cars.nirph.com' != window.location.hostname
1184 1182 && 'bid4cars.local' != window.location.hostname
1185 - && 'bid4cars.com.na' != window.location.hostname)
1183 + && 'www.bid4cars.com.na' != window.location.hostname)
1186 1184 {
1187 1185 alert('Please click ok to refresh this page.');
1188 - alert(window.location.hostname);
1186 + //alert(window.location.hostname);
1189 1187
1190 1188 location.reload();
1191 1189 }