X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fjs%2Fdecrypt_error.js;h=9b40a6f180b8ae351f201eaf8d04d3128bbed941;hp=a8f188d851a3ee9bed10b2429dfd96344578da64;hb=701e7beed3baca980039f978c6d536dd91cae775;hpb=a8380e75f951c6915dba43505e94df50af6ea3cb diff --git a/plugins/squirrelspell/js/decrypt_error.js b/plugins/squirrelspell/js/decrypt_error.js index a8f188d8..9b40a6f1 100644 --- a/plugins/squirrelspell/js/decrypt_error.js +++ b/plugins/squirrelspell/js/decrypt_error.js @@ -1,12 +1,12 @@ /** * decrypt_error.js - * ----------------- - * Some client-side form-checks. Trivial stuff. * - * $Id$ + * Some client-side form-checks. Trivial stuff. * - * @author Konstantin Riabitsev ($Author$) - * @version $Date$ + * @author Konstantin Riabitsev + * @copyright 2001-2014 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ */ function AYS(){ @@ -22,5 +22,4 @@ function AYS(){ if (document.forms[0].delete_words.checked) return confirm(ui_willdel); return true; -} - +} \ No newline at end of file