From: Mark Date: Tue, 6 Dec 2016 09:35:36 +0000 (+0200) Subject: update domain in click to refresh message X-Git-Url: https://xp-dev.com/git/namibia/commitdiff_plain/8a9d1ba5d197b72bb65d55f50499b18f108df441?ds=sidebyside update domain in click to refresh message --- diff --git a/public/js/app/workspace.js b/public/js/app/workspace.js index 5ef3185..cecb1d5 100644 --- a/public/js/app/workspace.js +++ b/public/js/app/workspace.js @@ -1160,7 +1160,7 @@ {}, function() { if ('bid4cars.nirph.com' != window.location.hostname && 'bid4cars.local' != window.location.hostname - && 'b4c.nirph.com' != window.location.hostname) + && 'bid4cars.com.na' != window.location.hostname) { alert('Please click ok to refresh this page.'); location.reload(); @@ -1180,7 +1180,7 @@ {}, function() { if ('bid4cars.nirph.com' != window.location.hostname && 'bid4cars.local' != window.location.hostname - && 'b4c.nirph.com' != window.location.hostname) + && 'bid4cars.com.na' != window.location.hostname) { alert('Please click ok to refresh this page.'); location.reload();