try { if (false) { console.log('Reloading last URL:null'); if (location.href == 'null' || location.href == 'null#reload') { console.log('Just Reloading act page:'); var extraString = location.hash.indexOf("reload") >= 0 ? '' : '#reload'; location = location + extraString; location.reload(true); } else { console.log('navigation to Reloading act page:'); location.href = 'null#reload'; } } else { console.log('Just Reloading act page:'); var extraString = location.hash.indexOf("reload") >= 0 ? '' : '#reload'; location = location + extraString; location.reload(true); } } catch (e) { console.log(e); }