From: Mark Date: Tue, 6 Dec 2016 10:25:23 +0000 (+0200) Subject: click to refresh issue X-Git-Url: https://xp-dev.com/git/namibia/commitdiff_plain/9c437fe82561e6a80ba6abdd4eb40ba06df39fce?hp=1074a2d61ec9d93a0ac7e0181875a2202b1225c4;ds=sidebyside click to refresh issue --- 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();