@@ -165,7 +165,7 @@ function onFastLoaded(_data, _href, _history) {
initPrimaryForm();
initPatientPresenceIndicator();
runMCInitializers();
- if (window.top.currentMcUrl !== window.top.location.href) {
+ if (window.top.currentMcUrl.split('?')[0] !== window.top.location.href.split('?')[0]) {
$(window).scrollTop(0);
}
window.top.currentMcUrl = window.top.location.href;