css:wrap_avillepreux

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
css:wrap_avillepreux [2024/10/30 12:11] avillepreuxcss:wrap_avillepreux [2024/12/12 17:40] (Version actuelle) avillepreux
Ligne 23: Ligne 23:
     gap: 0.3em;     gap: 0.3em;
     padding: 0 0.3em;     padding: 0 0.3em;
 +    vertical-align: bottom;
 } }
 .wrap_username:before { .wrap_username:before {
Ligne 119: Ligne 120:
          
     function is_valid_username(username) {     function is_valid_username(username) {
-     
-    console.log("Check username", username); 
          
     if (jQuery.isNumeric(username)) return false;         if (jQuery.isNumeric(username)) return false;    
-    console.log("Check username Not numeric", username); 
-     
     username = username.trim().toLowerCase();     username = username.trim().toLowerCase();
-     
     if (jQuery.isNumeric(username)) return false;     if (jQuery.isNumeric(username)) return false;
-    console.log("Check username Not numeric", username); 
-     
     if (username.length < 2) return false;     if (username.length < 2) return false;
-    console.log("Check username Long enough", username); +
-    +
     if (jQuery.inArray(username,     if (jQuery.inArray(username,
  
  "must", "must", "should", "could", "wont",  "must", "must", "should", "could", "wont",
- "collapsed", "block"," plugin_wrap", "column", "lexicon", "title", "nav"+ "collapsed", "block", "plugin_wrap", "column", "lexicon", "title", "nav", "nav_group", "filters", "toc", 
 + "img-grid", "note", "node", "fetch", "1-2", "1-3", "1-4", "2-1", "2-2", "2-3", "2-4"
  
- ])) return false+ ]) >= 0) return false;
- console.log("Check username not special name", username);+
  
  return true;  return true;
  • css/wrap_avillepreux.1730286719.txt.gz
  • Dernière modification : 2024/10/30 12:11
  • de avillepreux