Changeset 231

Show
Ignore:
Timestamp:
04/25/08 11:23:52 (7 months ago)
Author:
Stuart Thiel
Message:

-Fixed #181

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • MediAnnotateXPI/trunk/srcExtension/chrome/vertov/content/overlay.js

    r224 r231  
    230230                        item.save();                     
    231231                } 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. 
    233235                } 
    234236