Changeset 91395 in spip-zone
- Timestamp:
- Aug 17, 2015, 9:05:40 AM (6 years ago)
- Location:
- _plugins_/multilang/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/multilang/trunk/javascript/multilang.js
r72085 r91395 330 330 multilang_match_multi.lastIndex=0; 331 331 el.field_lang['full'] = el.value; 332 while((langs=multilang_match_multi.exec(m[2]))!=null ) {332 while((langs=multilang_match_multi.exec(m[2]))!=null && langs[0] != "") { 333 333 var text = langs[2].match(/^(\d+\.\s+)((?:.|\n|\s)*)/), value; 334 334 // Suppression du numero uniquement pour les titres -
_plugins_/multilang/trunk/paquet.xml
r87095 r91395 2 2 prefix="multilang" 3 3 categorie="edition" 4 version="1.1. 1"4 version="1.1.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.