Skip to content

Commit

Permalink
fixed a caption bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Jun 11, 2010
1 parent 31e13b6 commit cfd4328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galleria.js
Expand Up @@ -1207,7 +1207,7 @@ jQuery.fn.galleria = function() {
var options = hasTheme ? a[1] || {} : a[0] || {};

if ( !options.keep_source ) {
jQuery(this).find('*').hide();
jQuery(this).children().hide();
}

G.prototype.wait(function() {
Expand Down

0 comments on commit cfd4328

Please sign in to comment.