17.03.2018, 13:39
(This post was last modified: 17.03.2018, 13:40 by Erwin van der Zwart.)
Hi,
No, that would be to easy (:
Add this after line 24:
So result looks like:
BR,
Erwin
No, that would be to easy (:
Add this after line 24:
Code:
$(location).attr("href", "/logout");
Code:
var SE_Goto_Startpage = No_Usage_Detected(function(e) {
if ( currentPlanId != SE_Startpage ) {
showPlan(SE_Startpage);
$(location).attr("href", "/logout");
}
}, SE_Timeout);
Erwin