diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-12 18:59:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-12 18:59:23 +0200 |
| commit | 90a550943188af41dfe8e82ddc386f56436c5a7e (patch) | |
| tree | db2bcea0ed446a3b16cda9e8b5642e9ba2f96870 /StoneIsland/www/js/lib/blogs/StoryView.js | |
| parent | de4c08d90cfeb96c416791e8210cfdba8c7aba44 (diff) | |
more ARIA tags. make headers 48px
Diffstat (limited to 'StoneIsland/www/js/lib/blogs/StoryView.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/StoryView.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js index 7dcf8cd6..9ba17343 100755 --- a/StoneIsland/www/js/lib/blogs/StoryView.js +++ b/StoneIsland/www/js/lib/blogs/StoryView.js @@ -67,7 +67,7 @@ var StoryView = ScrollableView.extend({ this.$img.stop().fadeTo(110,0.65, function() { $replace.attr("src", section.image.uri) - $replace.attr("alt", section.image.description) + $replace.attr("alt", section.image.caption) }).fadeTo(130,1) } |
