[otrs-cvs] Fred/Kernel/Output/HTML OutputFilterFred.pm,1.37,1.38

"CVS commits notifications of OTRS.org" <[email protected]> Wed, 5 Jun 2013 08:13:09 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/Fred/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv18572/Kernel/Output/HTML

Modified Files:
	OutputFilterFred.pm 
Log Message:
Fix for jQuery 1.10. Removed annoying "ATTACHMENT DOWNLOAD" message.

Author: mg

Index: OutputFilterFred.pm
===================================================================
RCS file: /home/cvs/Fred/Kernel/Output/HTML/OutputFilterFred.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -2 -u -d -r1.37 -r1.38
--- OutputFilterFred.pm	6 Nov 2012 09:13:26 -0000	1.37
+++ OutputFilterFred.pm	5 Jun 2013 08:13:04 -0000	1.38
@@ -1,5 +1,5 @@
 # --
 # Kernel/Output/HTML/OutputFilterFred.pm
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -69,5 +69,5 @@
     }
 
-    # do nothing if output is a attachment
+    # do nothing if output is an attachment download or AJAX request
     if (
         ${ $Param{Data} } =~ /^Content-Disposition: attachment;/mi
@@ -75,5 +75,4 @@
         )
     {
-        print STDERR "ATTACHMENT DOWNLOAD\n";
         return 1;
     }
---------------------------------------------------------------------
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