diff -r a28488078053 -r e812126f75f4 front_idill/src/search/js/curvesDetector.js --- a/front_idill/src/search/js/curvesDetector.js Tue Jul 31 16:26:00 2012 +0200 +++ b/front_idill/src/search/js/curvesDetector.js Tue Jul 31 17:43:53 2012 +0200 @@ -424,11 +424,11 @@ //On affiche différentes aides en fonction de si on se trouve dans une vidéo ou non. if(this.mosaic.currentMode == 'SEARCH') { - this.mosaic.notifyHelp(false); + // this.mosaic.notifyHelp(false); } else if(this.mosaic.currentMode == 'FILTER') { - this.mosaic.notifyHelp(true); + // this.mosaic.notifyHelp(true); } foundGestures = ''; @@ -452,7 +452,7 @@ //Si l'aide est déjà affichée, on l'enlève. else if(foundGestures.split(';').length != 1 && this.mosaic.helpDisplayed && !this.mosaic.mustTakeOutHands) { - this.mosaic.removeHelp(); + // this.mosaic.removeHelp(); } } //Si on a un seul résultat.