Changeset 25231 in spip-zone for _plugins_/_stable_/eva_freemind/eva_freemind_2_0/scripts
- Timestamp:
- Dec 15, 2008, 8:41:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/eva_freemind/eva_freemind_2_0/scripts/flashobject.js
r21951 r25231 119 119 if(x && x.description) { 120 120 var y = x.description; 121 flashversion = y. charAt(y.indexOf('.')-1);121 flashversion = y.match(/\d+/)[0]; 122 122 } 123 123 } else {
Note: See TracChangeset
for help on using the changeset viewer.