[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.CustomerSearch.js, 1.48, 1.49
"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-serv29286/var/httpd/htdocs/js
Modified Files:
Core.Agent.CustomerSearch.js
Log Message:
Fixed JSLint warning.
Author: mg
Index: Core.Agent.CustomerSearch.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.CustomerSearch.js,v
retrieving revision 1.48
retrieving revision 1.49
diff -2 -u -d -r1.48 -r1.49
--- Core.Agent.CustomerSearch.js 27 Dec 2012 12:28:01 -0000 1.48
+++ Core.Agent.CustomerSearch.js 14 Feb 2013 11:16:49 -0000 1.49
@@ -1,5 +1,5 @@
// --
// Core.Agent.CustomerSearch.js - provides the special module functions for the customer search
-// Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+// Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
// --
// $Id$
@@ -596,6 +596,5 @@
Core.UI.Dialog.ShowAlert(
Core.Config.Get('Duplicated.TitleText'),
- Core.Config.Get('Duplicated.ContentText')
- + ' ' + Core.Config.Get('Duplicated.RemoveText'),
+ Core.Config.Get('Duplicated.ContentText') + ' ' + Core.Config.Get('Duplicated.RemoveText'),
function () {
Core.UI.Dialog.CloseDialog($('.Alert'));
---------------------------------------------------------------------
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