fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15800]


From: nelson . guerra
Subject: [Fmsystem-commits] [15800]
Date: Wed, 5 Oct 2016 02:21:28 +0000 (UTC)

Revision: 15800
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15800
Author:   nelson224
Date:     2016-10-05 02:21:28 +0000 (Wed, 05 Oct 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-10-04 
17:56:12 UTC (rev 15799)
+++ branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-10-05 
02:21:28 UTC (rev 15800)
@@ -578,7 +578,8 @@
        {
                $.each(result.message, function (k, v)
                {
-                       document.getElementById('message' + n).innerHTML += 
v.msg + '<br/>';
+                       //document.getElementById('message' + n).innerHTML += 
v.msg + '<br/>';
+                       $('#message' + n).append(v.msg + "<br>");
                });
        }
 
@@ -586,7 +587,8 @@
        {
                $.each(result.error, function (k, v)
                {
-                       document.getElementById('message' + n).innerHTML += 
v.msg + '<br/>';
+                       //document.getElementById('message' + n).innerHTML += 
v.msg + '<br/>';
+                       $('#message' + n).append(v.msg + "<br>");
                });
        }
 };




reply via email to

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