fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12575] remove obsolete


From: Sigurd Nes
Subject: [Fmsystem-commits] [12575] remove obsolete
Date: Fri, 09 Jan 2015 14:21:01 +0000

Revision: 12575
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12575
Author:   sigurdne
Date:     2015-01-09 14:21:01 +0000 (Fri, 09 Jan 2015)
Log Message:
-----------
remove obsolete

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        2015-01-09 
14:12:26 UTC (rev 12574)
+++ branches/dev-syncromind/phpgwapi/js/jquery/common.js        2015-01-09 
14:21:01 UTC (rev 12575)
@@ -18,24 +18,7 @@
        return '<a href="' + link + '">' + name + '</a>';
 };
 
-JqueryPortico.formatLinktwo = function(key, oData) {
-        
-        var id = '';
-        if(key == 'project_id')
-        {
-           id = oData['project_id'];
-        }
-        else if(key == 'workorder_id')
-        {
-            id = oData['workorder_id'];
-        }
-        
-       var name = oData[key];
-       var link = oData['link'];
 
-       return '<a href="' + link + '&id='+ id +'">' + name + '</a>';
-};
-
 JqueryPortico.formatLinkGeneric = function(key, oData) {
        if(!oData[key])
        {




reply via email to

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