fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12360]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12360]
Date: Fri, 21 Nov 2014 22:07:54 +0000

Revision: 12360
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12360
Author:   nelson224
Date:     2014-11-21 22:07:53 +0000 (Fri, 21 Nov 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind/phpgwapi/js/jquery/common.js        2014-11-21 
22:06:49 UTC (rev 12359)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2014-11-21 
22:07:53 UTC (rev 12360)
@@ -66,7 +66,7 @@
        var name = oData[key];
        var link = oData['query_location'][key];
 
-       return '<a id="' + link + '" onclick="filterData(this.id);">' + name + 
'</a>';
+       return '<a id="' + link + '" onclick="searchData(this.id);">' + name + 
'</a>';
 };
 
 JqueryPortico.formatCheck = function(key, oData) {
@@ -215,4 +215,8 @@
                {
                        location.reload();
                }
+               if(closeAction=='close')
+               {
+                       TINY.box.hide();
+               }
        }




reply via email to

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