Changeset 231
- Timestamp:
- 04/25/08 11:23:52 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
MediAnnotateXPI/trunk/srcExtension/chrome/vertov/content/overlay.js
r224 r231 230 230 item.save(); 231 231 } catch (someProblem) { 232 alert(someProblem); 232 //This appears to happen occasionally, we think because the item isn't ready yet. 233 //It also appears we can just ignore this occurrence as it usually happens when an item is loading 234 //up, not when it's actually a real change. 233 235 } 234 236
