front_idill/src/mosaic/js/neighbours.js
changeset 58 a28488078053
parent 55 afd60399a7b5
child 77 205409da0f32
equal deleted inserted replaced
57:d0c393730443 58:a28488078053
   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');