We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f35c951 + 8962669 commit ae69309Copy full SHA for ae69309
1 file changed
public/javascripts/DV/controllers/document_viewer.js
@@ -103,7 +103,7 @@ DV.DocumentViewer.prototype.recordHit = function(hitUrl) {
103
url = url.replace(/[\/]+$/, '');
104
var id = parseInt(this.api.getId(), 10);
105
var key = encodeURIComponent('document:' + id + ':' + url);
106
- DV.jQuery(document.body).append('<img alt="" width="1" height="1" src="' + hitUrl + '?key=' + key + '" />');
+ DV.jQuery(document.body).append('<img class="DV-pixelping" alt="" width="1" height="1" src="' + hitUrl + '?key=' + key + '" />');
107
};
108
109
// jQuery object, scoped to this viewer's container.
0 commit comments