Skip to content

Commit

Permalink
Merge pull request GalleriaJS#222 from acleon/master
Browse files Browse the repository at this point in the history
Fixes a NOT_FOUND_ERR in the DOM when initialising
  • Loading branch information
davidhellsing committed Dec 12, 2011
2 parents 3d7d818 + 07457ae commit a60d32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/galleria.js
Expand Up @@ -2295,7 +2295,7 @@ Galleria.prototype = {

Utils.hide( this.$( 'counter' ).append(
this.get( 'current' ),
' / ',
document.createTextNode(' / '),
this.get( 'total' )
) );

Expand Down Expand Up @@ -5058,4 +5058,4 @@ $.fn.galleria = function( options ) {

// phew

}( jQuery ) );
}( jQuery ) );

0 comments on commit a60d32f

Please sign in to comment.