Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
fix(depiction): fix missing Full Changelog link when there are no def…
Browse files Browse the repository at this point in the history
…ined screenshots

#17
  • Loading branch information
supermamon committed Sep 4, 2018
1 parent 40f4951 commit 5ee5e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depictions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@
}
,"#changelogLink" :
{"type":"custom"
,"source" :"package>screenshots>screenshot"
,"source" :"package>changelog>change"
,"render":function(element, source){
$("#changelogLink").remove();
if ($(source).size() == 0) {
return
}
// create screenshots link
// create changelog link
$("#changesList").append(
$("<a class='link-item list-group-item'>")
.attr("href","changelog.html?p="+bundleid)
Expand Down

0 comments on commit 5ee5e56

Please sign in to comment.