Skip to content

Commit

Permalink
Fix reference to undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiesigner committed Aug 17, 2019
1 parent d15e590 commit d570360
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.2.1"
"version": "0.2.2"
}
2 changes: 1 addition & 1 deletion src/js/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ $(document).ready(() => {
if ($figcaption) {
$(this).attr('alt', $figcaption.text())
} else {
$this.attr('alt', '')
$(this).attr('alt', '')
}
})

Expand Down

0 comments on commit d570360

Please sign in to comment.