[otrs-cvs] otrs/var/httpd/htdocs/js Core.UI.js, 1.20, 1.21 Core.Agent.js, 1.20, 1.21
"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-serv9997/var/httpd/htdocs/js
Modified Files:
Core.UI.js Core.Agent.js
Log Message:
Fixed bug#4513 - Password and Username are added automatically by the browser in AdminUser dialog.
Author: mn
Index: Core.UI.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.UI.js,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- Core.UI.js 5 Nov 2012 14:38:15 -0000 1.20
+++ Core.UI.js 11 Jan 2013 12:35:20 -0000 1.21
@@ -1,5 +1,5 @@
// --
// Core.UI.js - provides all UI functions
-// Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+// Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
// --
// $Id$
@@ -220,15 +220,4 @@
* @function
* @description
- * This function adds special not valid attributes to HTML via javascript
- * @return nothing
- */
- TargetNS.ProcessTagAttributeClasses = function () {
- $('.AutocompleteOff')
- .attr('autocomplete', 'off');
- };
-
- /**
- * @function
- * @description
* Returns the ID of the Element and creates one for it if nessessary.
* @param {jQueryObject} Element
Author: mn
Index: Core.Agent.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.js,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- Core.Agent.js 11 Jan 2013 12:17:04 -0000 1.20
+++ Core.Agent.js 11 Jan 2013 12:35:20 -0000 1.21
@@ -156,5 +156,4 @@
*/
TargetNS.Init = function () {
- Core.UI.ProcessTagAttributeClasses();
InitNavigation();
Core.Exception.Init();
---------------------------------------------------------------------
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