fixing typos
This commit is contained in:
parent
e75f7e58e9
commit
45ab9810c5
1 changed files with 2 additions and 2 deletions
|
@ -750,7 +750,7 @@ function fillWindow(selector) {
|
|||
function initCore() {
|
||||
|
||||
/**
|
||||
* Calls the server periodically to ensure that session doesnt
|
||||
* Calls the server periodically to ensure that session doesn't
|
||||
* time out
|
||||
*/
|
||||
function initSessionHeartBeat(){
|
||||
|
@ -771,7 +771,7 @@ function initCore() {
|
|||
});
|
||||
}
|
||||
|
||||
// session heartbeat (defalts to enabled)
|
||||
// session heartbeat (defaults to enabled)
|
||||
if (typeof(oc_config.session_keepalive) === 'undefined' ||
|
||||
!!oc_config.session_keepalive) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue