equal
deleted
inserted
replaced
488 $('img', _this.previousZoomedSN).attr('src', currentImgSrc.replace('snapshots/', 'snapshots-little/')); |
488 $('img', _this.previousZoomedSN).attr('src', currentImgSrc.replace('snapshots/', 'snapshots-little/')); |
489 |
489 |
490 $('#snapshotDiv-' + destinationId).css('opacity', '1'); |
490 $('#snapshotDiv-' + destinationId).css('opacity', '1'); |
491 |
491 |
492 //Si le player est prĂȘt. |
492 //Si le player est prĂȘt. |
493 if(_this.playerIsReady) |
493 if(_this.player && _this.player.widgets[0] && _this.playerIsReady) |
494 { |
494 { |
495 //Si on est en mode timeline on la quitte. |
495 //Si on est en mode timeline on la quitte. |
496 if(_this.currentMode == 'TIMELINE') |
496 if(_this.currentMode == 'TIMELINE') |
497 { |
497 { |
498 _this.exitTimeline('move'); |
498 _this.exitTimeline('move'); |