Merge pull request #21 from kaveet/patch-1

Fix reference to undefined variable
This commit is contained in:
Eduardo Gómez 2019-08-17 17:21:17 +02:00 committed by GitHub
commit d15e590d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ $(document).ready(() => {
if ($figcaption) {
$(this).attr('alt', $figcaption.text())
} else {
$this.attr('alt', '')
$(this).attr('alt', '')
}
})