Thanks, Justin!
The above code didn't work for me, but I was able to google search your idea of reloading the page and found one that did:
setTimeout(function () {
if(window.location.hash != '#r') {
window.location.hash = 'r';
window.location.reload(1);
}
}, 15000);