Skip to content

Commit 6e3ac1e

Browse files
author
Shane Stebner
committed
documentation fix
1 parent 25afb6e commit 6e3ac1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h4>This cross-tab jQuery plugin keeps track of time and let's a user know befor
111111
'logoutUrl': '/logout', //URL to request in order to force a logout after the timeout. This way you can end a session early based on a shorter timeout OR if the front-end timeout doesn't sync with the backend one perfectly, you don't look like an idiot.
112112
'loginUrl': '/login', //URL to send a customer when they want to log back in
113113

114-
'secondsPrior': 60, //how many seconds before timing out to run the next callback (onGettingClose)
114+
'secondsPrior': 60, //how many seconds before timing out to run the next callback (onPriorCallback)
115115
'onPriorCallback': false, //override the popup that shows when getting within x seconds of timing out
116116

117117
'onClickExtend': false, //override the click to extend button callback

src/jTimeout-v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
'logoutUrl': '/logout', //URL to request in order to force a logout after the timeout. This way you can end a session early based on a shorter timeout OR if the front-end timeout doesn't sync with the backend one perfectly, you don't look like an idiot.
277277
'loginUrl': '/login', //URL to send a customer when they want to log back in
278278

279-
'secondsPrior': 60, //how many seconds before timing out to run the next callback (onGettingClose)
279+
'secondsPrior': 60, //how many seconds before timing out to run the next callback (onPriorCallback)
280280
'onPriorCallback': false, //override the popup that shows when getting within x seconds of timing out
281281

282282
'onClickExtend': false, //override the click to extend button callback

0 commit comments

Comments
 (0)