X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fjs%2Fdecrypt_error.js;h=b01036d83afb5dd57a69cecc0387d5ed6a49a439;hb=6efba534294f6c7badff2e5436f1665247af7cc3;hp=a8f188d851a3ee9bed10b2429dfd96344578da64;hpb=a8380e75f951c6915dba43505e94df50af6ea3cb;p=squirrelmail.git diff --git a/plugins/squirrelspell/js/decrypt_error.js b/plugins/squirrelspell/js/decrypt_error.js index a8f188d8..b01036d8 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-2006 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