Plugin Directory

Changeset 2324052


Ignore:
Timestamp:
06/14/2020 11:00:12 PM (6 years ago)
Author:
bhartlenn
Message:

small fix to version 1.2 javascript timing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • whos-logged-in/trunk/js/wli-script.js

    r2324049 r2324052  
    3333        wliTimeout = ""; // fix for console warning: initialize variable in global scope so it is available in both of the below functions locally
    3434        function wliStartLogoutTimer() {
    35             wliTimeout = window.setTimeout(wliLogoutUsers, 5000); // 1,200,000ms = 20 minutes
     35            wliTimeout = window.setTimeout(wliLogoutUsers, 1200000); // 1,200,000ms = 20 minutes
    3636        }
    3737        // When a user comes back to the current tab/window, then clear the 15 minute timer if user so they don't get logged out
Note: See TracChangeset for help on using the changeset viewer.