From 4cd4410a646de6319a9740505247ee4c7e90b0e2 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 12 Oct 2012 17:38:20 +0000 Subject: [PATCH] JS fix --- lam/templates/lib/141_jquery-validationEngine-lang.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lam/templates/lib/141_jquery-validationEngine-lang.php b/lam/templates/lib/141_jquery-validationEngine-lang.php index 29213f54..d8f16c50 100644 --- a/lam/templates/lib/141_jquery-validationEngine-lang.php +++ b/lam/templates/lib/141_jquery-validationEngine-lang.php @@ -3,8 +3,8 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2010 Cedric Dugas and Olivier Refalo - 2011 Roland Gruber + Copyright (C) 2010 Cedric Dugas and Olivier Refalo + 2011 - 2012 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ $Id$ $.validationEngineLanguage.allRules = { "required": { "regex": "none", - "alertText": "", + "alertText": "" }, "numeric": { "regex": /^[0-9]+$/, @@ -41,4 +41,4 @@ $Id$ } }; $.validationEngineLanguage.newLang(); -})(jQuery); \ No newline at end of file +})(jQuery);