Changeset 727649
- Timestamp:
- 06/17/2013 09:22:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/modules/carousel/jetpack-carousel.js
r704191 r727649 445 445 $(window).unbind('keydown', keyListener); 446 446 $(window).unbind('resize', resizeListener); 447 $(window).scrollTop(scroll); 448 }) 449 .bind('jp_carousel.afterClose', function(){ 447 450 if ( history.pushState ) { 448 451 history.pushState("", document.title, window.location.pathname + window.location.search); … … 450 453 document.location.hash = ''; 451 454 } 452 $(window).scrollTop(scroll);453 455 gallery.opened = false; 454 456 });
Note: See TracChangeset
for help on using the changeset viewer.