X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fjs%2Fdecrypt_error.js;h=72980bd7bacb27aeb715f92c36006a9250b95e50;hp=a8f188d851a3ee9bed10b2429dfd96344578da64;hb=4b4abf93a9624311afef0c385023724ee46a2b60;hpb=65d0d1624a60633c008fd0b5631ca37713a7ad7c diff --git a/plugins/squirrelspell/js/decrypt_error.js b/plugins/squirrelspell/js/decrypt_error.js index a8f188d8..72980bd7 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-2005 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