diff options
Diffstat (limited to 'StoneIsland/www/js/lib/blogs')
| -rwxr-xr-x | StoneIsland/www/js/lib/blogs/StoryView.js | 1 |
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) } |
