let pageName = $(location).attr("pathname");
if ( pageName == '/cgi-bin/koha/opac-user.pl' ) {
location.reload();
} else {
location.href = "/cgi-bin/koha/opac-user.pl";
}
})
});
-