Commit 473016c9469769ccdbd73d0aee05664a7642ba1e

Removed repeated lines..
  
203203 this.helpview.step(1);
204204 }
205205 },
206 showHide: function() {
207 if($("input:checked").length) {
208 $('.annotorious-item-unfocus').css("opacity", "0.5");
209 }
210 else {
211 $('.annotorious-item-unfocus').css("opacity", "0");
212 }
213
214 },
215206
216207 setImage: function() {
217208 anno.reset();