Skip to content

Commit

Permalink
Display version slug
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Feb 16, 2018
1 parent d4af78c commit a6c89d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function init(data) {
warning
.find('a')
.attr('href', currentURL)
.text(data.version);
.text(data.slug);

var body = $("div.body");
if (!body.length) {
Expand Down

0 comments on commit a6c89d1

Please sign in to comment.