We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2c6fc commit 9665fc8Copy full SHA for 9665fc8
1 file changed
public/javascripts/DV/models/annotation.js
@@ -94,7 +94,6 @@ DV.model.Annotations.prototype = {
94
renderAnnotationsByIndex: function(){
95
var rendered = _.map(this.bySortOrder, function(anno){ return anno.html; });
96
var html = rendered.join('')
97
- .replace(/class="DV-img" src="/g, 'class="DV-img" data-src="')
98
.replace(/id="DV-annotation-(\d+)"/g, function(match, id) {
99
return 'id="DV-listAnnotation-' + id + '" rel="aid-' + id + '"';
100
});
0 commit comments