@@ -71,7 +71,7 @@
var hasQueryParams = goHref.lastIndexOf('?') !== -1
goHref += ((hasQueryParams ? '&' : '?') + 'auto=1')
}
- location.href = goHref
+ location.replace(goHref)
return