Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changing screenshot classes
  • Loading branch information
Mark MacGillivray committed Sep 21, 2013
1 parent 45dab65 commit 385729d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/static/portality/vendor/screenshot.js
Expand Up @@ -18,7 +18,7 @@ this.screenshotPreview = function(){
this.t = this.title;
this.title = "";
var c = (this.t != "") ? "<br/>" + this.t : "";
$("body").append('<p id="screenshot"><img class="img thumbnail" src="'+ this.href + '" alt="url preview">' + c + '</p>');
$("body").append('<p id="screenshot"><img src="'+ this.href + '" alt="url preview">' + c + '</p>');
$("#screenshot")
.css("top",(e.pageY - xOffset) + "px")
.css("left",(e.pageX + yOffset) + "px")
Expand Down

0 comments on commit 385729d

Please sign in to comment.