Fix the return-to URL handling when accessed from the various
auto-timeout operations.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
timerId = setTimeout(
function() {
if (noWarning) {
- SelfCheckManager.prototype.logoutPatron();
+ selfCheckMgr.logoutPatron();
} else {
selfckLogoutWarning();
}
function() {
clearTimeout(selfckWarningTimer);
oilsSelfckLogoutDialog.hide();
- SelfCheckManager.prototype.logoutPatron();
+ selfCheckMgr.logoutPatron();
}
);
function() {
// no action was taken, force a logout.
oilsSelfckLogoutDialog.hide();
- SelfCheckManager.prototype.logoutPatron();
+ selfCheckMgr.logoutPatron();
},
patronTimeoutWarning
);