Index: trunk/extensions/MoodBar/modules/jquery.moodBar/jquery.moodBar.js |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | 'page': fbProps.page, |
30 | 30 | 'comment': fbProps.comment, |
31 | 31 | 'anonymize': fbProps.anonymize, |
32 | | - 'useragent': clientData.name + '/' + clientData.versionBase, |
| 32 | + 'useragent': clientData.name + '/' + clientData.versionNumber, |
33 | 33 | 'system': clientData.platform, |
34 | 34 | 'bucket': fbProps.bucket, |
35 | 35 | 'type': fbProps.type, |