summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-07-12 18:16:57 +0200
committerJules Laplace <julescarbon@gmail.com>2019-07-12 18:16:57 +0200
commitfacfbd84cc8374c50e8c4c9650724125d0da28a6 (patch)
tree5ddd86a1ee3373a10fe059d86f18283ef04a521d
parent21b41e6c7cbde9d60e8e99dfce8331c218068052 (diff)
alt txt
-rwxr-xr-xStoneIsland/www/js/lib/blogs/StoryView.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/blogs/StoryView.js b/StoneIsland/www/js/lib/blogs/StoryView.js
index 5a7a56d1..7dcf8cd6 100755
--- a/StoneIsland/www/js/lib/blogs/StoryView.js
+++ b/StoneIsland/www/js/lib/blogs/StoryView.js
@@ -67,6 +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)
}).fadeTo(130,1)
}