From 9c437fe82561e6a80ba6abdd4eb40ba06df39fce Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 6 Dec 2016 12:25:23 +0200 Subject: [PATCH 1/1] click to refresh issue --- public/js/app/workspace.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/app/workspace.js b/public/js/app/workspace.js index c7a522e..8c82a6e 100644 --- a/public/js/app/workspace.js +++ b/public/js/app/workspace.js @@ -1160,9 +1160,9 @@ {}, function() { if ('bid4cars.nirph.com' != window.location.hostname && 'bid4cars.local' != window.location.hostname - && 'www.bid4cars.com.na' != window.location.hostname) + && 'bid4cars.com.na' != window.location.hostname) { - alert('Please click ok to refresh this page.'); + //alert('Please click ok to refresh this page.'); location.reload(); } console.log('------------ Task Contract Error ------------'); @@ -1180,7 +1180,7 @@ {}, function() { if ('bid4cars.nirph.com' != window.location.hostname && 'bid4cars.local' != window.location.hostname - && 'www.bid4cars.com.na' != window.location.hostname) + && 'bid4cars.com.na' != window.location.hostname) { alert('Please click ok to refresh this page.'); location.reload(); -- 2.20.1