Template:Team:Waterloo/JS/jgallery

From 2014.igem.org

(Difference between revisions)
Line 568: Line 568:
             this.$albums.not( $album.get( 0 ) ).removeClass( 'active' );
             this.$albums.not( $album.get( 0 ) ).removeClass( 'active' );
             $album.addClass( 'active' );
             $album.addClass( 'active' );
-
            albums = this.jGallery.iconChangeAlbum.getListOfAlbums();
 
-
            albums.find( '.item' ).removeClass( 'active' );
 
             this.jGallery.iconChangeAlbum.setTitle( $album.attr( 'data-jgallery-album-title' ) );
             this.jGallery.iconChangeAlbum.setTitle( $album.attr( 'data-jgallery-album-title' ) );
             this.refreshNavigation();
             this.refreshNavigation();

Revision as of 06:33, 17 October 2014