Skip to content

Commit

Permalink
dummy image works on cache now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Jul 22, 2012
1 parent 0b9fb13 commit f9cd2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galleria.js
Original file line number Diff line number Diff line change
Expand Up @@ -5351,7 +5351,7 @@ Galleria.Picture.prototype = {
} else {
// apply the dummy image if it exists
if ( DUMMY ) {
$( this ).load( onload ).attr( 'src', DUMMY );
$( this ).attr( 'src', DUMMY );
} else {
Galleria.raise('Image not found: ' + src);
}
Expand Down

0 comments on commit f9cd2d3

Please sign in to comment.