[otrs-cvs] otrs/var/httpd/htdocs/js Core.App.js,1.10,1.11
"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-serv30083/var/httpd/htdocs/js
Modified Files:
Core.App.js
Log Message:
Added correct client-side validation to Transition popup. Added more special characters to the esacpe function.
Author: mn
Index: Core.App.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.App.js,v
retrieving revision 1.10
retrieving revision 1.11
diff -2 -u -d -r1.10 -r1.11
--- Core.App.js 3 Oct 2012 00:38:28 -0000 1.10
+++ Core.App.js 26 Nov 2012 11:12:26 -0000 1.11
@@ -107,5 +107,5 @@
*/
TargetNS.EscapeSelector = function (Selector) {
- return Selector.replace(/(:|\.)/g,'\\$1');
+ return Selector.replace(/(:|\.|\[|\])/g,'\\$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