Changeset 26835
- Timestamp:
- 12/16/08 10:45:48 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/flickraddsfocallengthona35mm.user.js
r26827 r26835 4 4 // @include http://www.flickr.com/*/meta/ 5 5 // @include http://flickr.com/*/meta/ 6 // @version 0.1 6 // @version 0.1.1 7 7 // @license MIT License 8 8 // ==/UserScript== … … 37 37 if (item.name == camera.textContent) { 38 38 if (item.data.ratio == 1) 39 focalLength.textContent += ' (with a full frame)';39 focalLength.textContent += ' (with a full-frame)'; 40 40 else { 41 41 var on35mm = Math.round(parseFloat(focalLength.textContent) / item.data.ratio);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)