From: Laurence Maultsby Date: Mon, 24 Oct 2016 16:19:56 +0000 (-0400) Subject: RIFT-14960: detectInactivity added to nav get X-Git-Tag: v1.0.1~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=refs%2Fchanges%2F71%2F571%2F1 RIFT-14960: detectInactivity added to nav get Signed-off-by: Laurence Maultsby --- diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js b/skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js index 03bc7efe1..49356a424 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js +++ b/skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js @@ -40,6 +40,7 @@ export default { type: 'GET', // beforeSend: Utils.addAuthorizationStub, success: function(data) { + Utils.detectInactivity(); resolve(data); } })