[otrs-cvs] Fred/var/httpd/htdocs/js FredHTMLCheck.js,1.14,1.15
"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/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv18572/var/httpd/htdocs/js
Modified Files:
FredHTMLCheck.js
Log Message:
Fix for jQuery 1.10. Removed annoying "ATTACHMENT DOWNLOAD" message.
Author: mg
Index: FredHTMLCheck.js
===================================================================
RCS file: /home/cvs/Fred/var/httpd/htdocs/js/FredHTMLCheck.js,v
retrieving revision 1.14
retrieving revision 1.15
diff -2 -u -d -r1.14 -r1.15
--- FredHTMLCheck.js 16 Apr 2013 10:18:34 -0000 1.14
+++ FredHTMLCheck.js 5 Jun 2013 08:13:04 -0000 1.15
@@ -59,5 +59,5 @@
* check if input elements either have a label or an assigned title text
*/
- $('input:text, input: password, input:checkbox, input:radio, select, textarea').each(function(){
+ $('input:text, input:password, input:checkbox, input:radio, select, textarea').each(function(){
var $this = $(this),
$Label = $([]),
---------------------------------------------------------------------
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