[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.Admin.ProcessManagement.Canvas.js, 1.33, 1.34

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv11354/var/httpd/htdocs/js

Modified Files:
	Core.Agent.Admin.ProcessManagement.Canvas.js 
Log Message:
Fixed an issue where an undefined connection would be drawn on closing popup windows.

Author: mab

Index: Core.Agent.Admin.ProcessManagement.Canvas.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.Admin.ProcessManagement.Canvas.js,v
retrieving revision 1.33
retrieving revision 1.34
diff -2 -u -d -r1.33 -r1.34
--- Core.Agent.Admin.ProcessManagement.Canvas.js	20 Nov 2012 08:44:28 -0000	1.33
+++ Core.Agent.Admin.ProcessManagement.Canvas.js	21 Nov 2012 11:52:05 -0000	1.34
@@ -565,6 +565,4 @@
     };
 
-    TargetNS.LatestConnectionTransitionID = '';
-
     TargetNS.Init = function () {
         var CanvasSize = GetCanvasSize($('#Canvas')),
@@ -579,6 +577,4 @@
         jsPlumb.setRenderMode(jsPlumb.CANVAS);
 
-        TargetNS.DrawDiagram();
-
         // init binding to connection changes
         jsPlumb.bind('jsPlumbConnection', function(Data) {
@@ -642,4 +638,6 @@
            return true;
         });
+
+        TargetNS.DrawDiagram();
     };
 
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.