[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.js,1.19,1.20
"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-serv4085/var/httpd/htdocs/js
Modified Files:
Core.Agent.js
Log Message:
Removed IE7Fixes function calls from Agent interface. The function itself must still exist because of the customer interface.
Author: mn
Index: Core.Agent.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.js,v
retrieving revision 1.19
retrieving revision 1.20
diff -2 -u -d -r1.19 -r1.20
--- Core.Agent.js 20 Oct 2011 09:59:43 -0000 1.19
+++ Core.Agent.js 11 Jan 2013 12:17:04 -0000 1.20
@@ -1,5 +1,5 @@
// --
// Core.Agent.js - provides the application functions
-// Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+// Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
// --
// $Id$
@@ -24,7 +24,4 @@
return;
}
- if (!Core.Debug.CheckDependency('Core.Agent', 'Core.UI.IE7Fixes', 'Core.UI.IE7Fixes')) {
- return;
- }
if (!Core.Debug.CheckDependency('Core.Agent', 'Core.Form', 'Core.Form')) {
return;
@@ -159,4 +156,5 @@
*/
TargetNS.Init = function () {
+ Core.UI.ProcessTagAttributeClasses();
InitNavigation();
Core.Exception.Init();
@@ -165,13 +163,8 @@
Core.UI.InitWidgetActionToggle();
Core.UI.InitMessageBoxClose();
- Core.UI.ProcessTagAttributeClasses();
Core.Form.Validate.Init();
Core.UI.Popup.Init();
// late execution of accessibility code
Core.UI.Accessibility.Init();
- // init IE7 compat code (will only run on IE7)
- Core.UI.IE7Fixes.InitIE7InputFocus('Focus');
- Core.UI.IE7Fixes.InitIE7InputReadonly('Readonly');
- Core.UI.IE7Fixes.InitIE7TableCellspacing('NoCellspacing');
};
---------------------------------------------------------------------
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