Forum Discussion
AustinK
5 years agoQrew Commander
Have you tried location.reload(true)? That is the only solution I am finding. I don't have internet explorer installed to test with though.
PeterRebholz
5 years agoQrew Member
Hi Austin,
Yes my apologies I forgot to include the other attempted syntaxes.
I have tried:
location.reload();
location.reload(true);
window.location.reload();
window.location.reload(true);
histroy.go(0);
All of which give the [object Object] error
I have also tried:
window.location=window.location
window.location.href=window.location.href
Both of these execute the API call, but seem to freeze the page without refreshing it.
*Edit* had the order of "location" and "window" accidentally reversed
------------------------------
Peter Rebholz
------------------------------