includes/clientside/static/pwstrength.js
changeset 460 3a1c99845ca8
parent 362 02d315d1cc58
child 504 bc8e0e9ee01d
equal deleted inserted replaced
459:31c23016ab62 460:3a1c99845ca8
   198     if ( typeof(enano_lang) == 'object' && typeof(ENANO_LANG_ID) == 'number' )
   198     if ( typeof(enano_lang) == 'object' && typeof(ENANO_LANG_ID) == 'number' )
   199     {
   199     {
   200       language_onload();
   200       language_onload();
   201     }
   201     }
   202     else
   202     else
   203     {
   203     {      
   204       return {
   204       return {
   205         color: '#000000',
   205         'color' : '#000000',
   206         fgcolor: '#666666',
   206         'fgcolor' : '#666666',
   207         str: 'Language init failed',
   207         'str' : 'Language init failed'
   208       };
   208       };
   209     }
   209     }
   210   }
   210   }
   211   // some colors are from the Gmail sign-up form
   211   // some colors are from the Gmail sign-up form
   212   if ( score >= 10 )
   212   if ( score >= 10 )