web/index.html
changeset 20 fb082fad5f5a
parent 17 30864533a356
child 21 cdb49a70da93
--- a/web/index.html	Thu Oct 24 17:27:43 2013 +0200
+++ b/web/index.html	Thu Oct 24 17:30:47 2013 +0200
@@ -229,7 +229,7 @@
 	 + '    </div>'
 	 + '  </div>'
      + '  <div><a style="margin-top: 10px;" class="btn btn-info" href="#" onclick="displayIframe(\'__NUM_JSON__\');return false;"><i class="glyphicon glyphicon-comment"></i> Ajouter votre commentaire sur cette vidéo</a></div>';
-     if(n=="full"){
+     if(n=="0" || n=="full"){
          s += '  <div><a style="margin-top: 10px;" class="btn btn-info" href="fullrenkan.html?type=chrono"><i class="glyphicon glyphicon-asterisk"></i> Voir la carte mentale chronologique</a></div>'; 
          s += '  <div><a style="margin-top: 10px;" class="btn btn-info" href="fullrenkan.html?type=thema"><i class="glyphicon glyphicon-asterisk"></i> Voir la carte mentale thématique</a></div>'; 
      }