@brggroup/share-lib 0.0.82 → 0.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -129,7 +129,6 @@ var TranslateKey;
|
|
|
129
129
|
class AppGlobals {
|
|
130
130
|
static apiEndpoint;
|
|
131
131
|
static versionCheck;
|
|
132
|
-
static idleTimeInMinutes; // phút
|
|
133
132
|
static MENU_TYPE = 'toolbar-menu';
|
|
134
133
|
static pageSizeOptions = [10, 20, 50, 100];
|
|
135
134
|
static filterSet = {};
|
|
@@ -564,7 +563,6 @@ class SessionManagerService {
|
|
|
564
563
|
start(handlers) {
|
|
565
564
|
if (this.IDLE_TIME <= 0)
|
|
566
565
|
return;
|
|
567
|
-
console.log('IDLE_TIME: ', this.IDLE_TIME);
|
|
568
566
|
this.handlers = handlers;
|
|
569
567
|
this.listenActivity();
|
|
570
568
|
this.listenChannel();
|