fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15744]


From: nelson . guerra
Subject: [Fmsystem-commits] [15744]
Date: Wed, 28 Sep 2016 00:12:47 +0000 (UTC)

Revision: 15744
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15744
Author:   nelson224
Date:     2016-09-28 00:12:47 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/phpgwapi/js/jquery/common.js

Modified: branches/dev-syncromind-2/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-09-28 
00:12:25 UTC (rev 15743)
+++ branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-09-28 
00:12:47 UTC (rev 15744)
@@ -604,6 +604,11 @@
                url: requestUrl,
                success: function (result)
                {
+                       if (typeof (result.sessionExpired) !== 'undefined')
+                       {
+                               alert('sessionExpired - please log in');
+                               return;
+                       }
                        callback(result);
                }
        });




reply via email to

[Prev in Thread] Current Thread [Next in Thread]