From: Mark Date: Tue, 6 Dec 2016 09:48:21 +0000 (+0200) Subject: testing click to refresh issue X-Git-Url: https://xp-dev.com/git/namibia/commitdiff_plain/2a6f87485c1ba164fd8f98bb5277dfb8dc8f20fa?ds=sidebyside testing click to refresh issue --- diff --git a/public/js/app/workspace.js b/public/js/app/workspace.js index cecb1d5..c66dfd5 100644 --- a/public/js/app/workspace.js +++ b/public/js/app/workspace.js @@ -1162,6 +1162,8 @@ && 'bid4cars.local' != window.location.hostname && 'bid4cars.com.na' != window.location.hostname) { + + alert(window.location.hostname); alert('Please click ok to refresh this page.'); location.reload(); } @@ -1183,6 +1185,8 @@ && 'bid4cars.com.na' != window.location.hostname) { alert('Please click ok to refresh this page.'); + alert(window.location.hostname); + location.reload(); } console.log('------------ Task Exec Error ------------');