diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-12 18:16:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-12 18:16:57 +0200 |
| commit | facfbd84cc8374c50e8c4c9650724125d0da28a6 (patch) | |
| tree | 5ddd86a1ee3373a10fe059d86f18283ef04a521d | |
| parent | 21b41e6c7cbde9d60e8e99dfce8331c218068052 (diff) | |
alt txt
| -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) } |
