From 2a6f87485c1ba164fd8f98bb5277dfb8dc8f20fa Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 6 Dec 2016 11:48:21 +0200 Subject: [PATCH] testing click to refresh issue --- public/js/app/workspace.js | 4 ++++ 1 file changed, 4 insertions(+) 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 ------------'); -- 2.20.1