Commit 5f9f12c6093082178814ddde026a76d0fe1c1a8c

Fix: Show annotation areas checkbox not working when loading new images

  - After loading new images, the annotations were not respecting the state of
    the annotatation areas checkbox. Fix that to be consistent.
  
325325 //console.log('image loaded', self);
326326 swtr.appView.$overlay.hide();
327327 self.showImgAnnoControls();
328 self.toggleAnnoAreas();
329328 // reset the collection
330329 swtr.sweets.reset();
331330 anno.makeAnnotatable(swtr.imgAnnoView.img);
360360 swtr.sweets.add(data);
361361 //self.renderWith();
362362 swtr.appView.$overlay.hide();
363 self.toggleAnnoAreas();
363364 self.helpview.step(2);
364365 }
365366 },