Skip to content

Commit

Permalink
Update from stash changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sundus-y committed Jun 13, 2017
1 parent dd53dd0 commit 31157ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/app/content.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function addDiffTool(){
clean();
var commits = jQuery("td.changeset:not(:has(span.merge-lozenge))");
var commits = jQuery("td.commit");
jQuery.each(commits,function(i,commit){
var link = jQuery(commit).find('a.changesetid').attr('href')
var link = jQuery(commit).find('a.commitid').attr('href')
link = window.location.origin + link
jQuery(commit).append("<span class='diff' data-link='"+link+"'>DIFF</span>");
});
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stash++",
"version": "2.0.2",
"version": "2.1.0",
"manifest_version": 2,
"description": "A Chrome extension to make stash better",
"page_action": {
Expand Down

0 comments on commit 31157ac

Please sign in to comment.