From 9f5bcf0217be9400b2ee012577c4d5a44a44c3cc Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Tue, 13 Oct 2015 17:03:33 +0200 Subject: disabled using the browser navigation button to jump back to a screen after logout and fixed a small display error where the banner would say 'signed in' twice --- js/codeq/comms.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js/codeq/comms.js') diff --git a/js/codeq/comms.js b/js/codeq/comms.js index 1022f73..e12ffa3 100644 --- a/js/codeq/comms.js +++ b/js/codeq/comms.js @@ -267,6 +267,9 @@ // ================================================================================ codeq.comms = { + 'getSid':function(){ + return sid; + }, 'connect': function () { var deferred = Q.defer(); -- cgit v1.2.1