[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.Admin.ProcessManagement.js, 1.70, 1.71

"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-serv9108/var/httpd/htdocs/js

Modified Files:
	Core.Agent.Admin.ProcessManagement.js 
Log Message:
Fixed callback function for IE8.

Author: mn

Index: Core.Agent.Admin.ProcessManagement.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.Admin.ProcessManagement.js,v
retrieving revision 1.70
retrieving revision 1.71
diff -2 -u -d -r1.70 -r1.71
--- Core.Agent.Admin.ProcessManagement.js	28 Jan 2013 10:25:10 -0000	1.70
+++ Core.Agent.Admin.ProcessManagement.js	28 Jan 2013 12:12:33 -0000	1.71
@@ -612,5 +612,5 @@
             }
             else {
-                if ($.isFunction(Callback)) {
+                if (typeof Callback !== 'undefined') {
                     Callback(WindowObject);
                 }
---------------------------------------------------------------------
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.