diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-07 16:15:24 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2012-02-07 16:15:24 +0000 |
commit | 453bd7f12223fe4e58049bb8f2f40d80d80bccd7 (patch) | |
tree | e88db7a1a621a15447c881ddd00e7d274050ce1d /id/server/auth/src/main/webapp/javascript/fa.js | |
parent | d89d097cf6ae5f044e592d747a25395a06f95168 (diff) | |
download | moa-id-spss-453bd7f12223fe4e58049bb8f2f40d80d80bccd7.tar.gz moa-id-spss-453bd7f12223fe4e58049bb8f2f40d80d80bccd7.tar.bz2 moa-id-spss-453bd7f12223fe4e58049bb8f2f40d80d80bccd7.zip |
* Alte MOCCA Signaturen wieder prüfbar (Parsererror fehlendes Target Attribut in QualifyingProperties wird ignoriert)
* Update MOA Template für Bürgerkartenauswahl (No-Script-Variante, Update Bilder und Text)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1235 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/auth/src/main/webapp/javascript/fa.js')
-rw-r--r-- | id/server/auth/src/main/webapp/javascript/fa.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/id/server/auth/src/main/webapp/javascript/fa.js b/id/server/auth/src/main/webapp/javascript/fa.js deleted file mode 100644 index ffa4031b1..000000000 --- a/id/server/auth/src/main/webapp/javascript/fa.js +++ /dev/null @@ -1,8 +0,0 @@ -function deactivateApplicant( ) {
- if ( document.formular.familienname.value != '' )
- toggleActive( document.formular.familienname, 'deactive' );
- if ( document.formular.vorname.value != '' )
- toggleActive( document.formular.vorname, 'deactive' );
- if ( document.formular.geburtsdatum.value != '' && document.formular.geburtsdatum.value != 'JJJJ-MM-TT' )
- toggleActive( document.formular.geburtsdatum, 'deactive' );
-}
|