Commit 5784aee499b4a7a534aba886895351be12a9af5a

Fix: rendering problems betwn swts using text field and swts not using text field
  
325325 //console.log('image loaded', self);
326326 swtr.appView.$overlay.hide();
327327 self.showImgAnnoControls();
328 self.toggleAnnoAreas();
328329 // reset the collection
329330 swtr.sweets.reset();
330331 anno.makeAnnotatable(swtr.imgAnnoView.img);
  
1111 // HACK! to get around disabling annotorious' default text box in the
1212 // popup..
1313 if(!annotation.text) {
14 //console.log('no anno text:', annotation);
1415 $('.annotorious-popup-text').hide();
16 }
17 else {
18 //console.log('anno text is there', annotation);
19 $('.annotorious-popup-text').show();
1520 }
1621 // this is the title
1722 return (annotation.title) ? '<h4>' + annotation.title + '</h4>' : '';