Commit 2d4bba5ff09e8dac8990bb43fa530c9ca67a7be4

CSS change: Selection box, Opacity reduced to show only popup
Added onSelectionstared/ Completed, Event handlers from annotorious
  
1616}
1717
1818.annotorious-item-focus {
19 opacity:1.0;
19 opacity:0;
2020}
2121
2222.annotorious-item-unfocus {
23 opacity:0.4;
23 opacity:0;
2424}
2525
2626/** Hint/help popup **/
  
185185 this.sweetsview = new SweetsView({collection: swtr.sweets});
186186 anno.addHandler('onAnnotationCreated', this.showSwtHelp);
187187 anno.addHandler('onAnnotationUpdated', this.showSwtHelp);
188 anno.addHandler('onSelectionStarted', function(annotation) {
189 anno.hideAnnotations();});
190 anno.addHandler('onSelectionCompleted', function(annotation) {
191 anno.showAnnotations(); });
192 anno.addHandler('onEditorShown', function(annotation) {
193 anno.hideAnnotations();} );
188194 this.$overlay = $('#app-overlay');
189195 this.$img = $('#annotatable-img');
190196 this.imgURL = this.$img.attr('src');