Git Repository Public Repository

namibia

URLs

Copy to Clipboard

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

Diff revisions: vs.
  @@ -1162,6 +1162,8 @@
1162 1162 && 'bid4cars.local' != window.location.hostname
1163 1163 && 'bid4cars.com.na' != window.location.hostname)
1164 1164 {
1165 +
1166 + alert(window.location.hostname);
1165 1167 alert('Please click ok to refresh this page.');
1166 1168 location.reload();
1167 1169 }
  @@ -1183,6 +1185,8 @@
1183 1185 && 'bid4cars.com.na' != window.location.hostname)
1184 1186 {
1185 1187 alert('Please click ok to refresh this page.');
1188 + alert(window.location.hostname);
1189 +
1186 1190 location.reload();
1187 1191 }
1188 1192 console.log('------------ Task Exec Error ------------');