Skip to content

Commit 9665fc8

Browse files
committed
Fix note tab zooming. Not clear why this code was in here to begin with.
1 parent 6d2c6fc commit 9665fc8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

public/javascripts/DV/models/annotation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ DV.model.Annotations.prototype = {
9494
renderAnnotationsByIndex: function(){
9595
var rendered = _.map(this.bySortOrder, function(anno){ return anno.html; });
9696
var html = rendered.join('')
97-
.replace(/class="DV-img" src="/g, 'class="DV-img" data-src="')
9897
.replace(/id="DV-annotation-(\d+)"/g, function(match, id) {
9998
return 'id="DV-listAnnotation-' + id + '" rel="aid-' + id + '"';
10099
});

0 commit comments

Comments
 (0)