Changeset 1922827
- Timestamp:
- 08/10/2018 10:31:57 AM (8 years ago)
- File:
-
- 1 edited
-
amilia-store/trunk/amilia-store.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amilia-store/trunk/amilia-store.php
r1922641 r1922827 417 417 } 418 418 function getShortNameOfActivity(name) { 419 var match = name.match(/\b([A-Z 0-9 ]+)\b/);419 var match = name.match(/\b([A-Z][A-Z0-9 ]+)\b/); 420 420 return match && match.length >= 1 ? match[0].trim() : null; 421 421 }
Note: See TracChangeset
for help on using the changeset viewer.