tagcloud
authorcavaliet
Thu, 24 Oct 2013 18:48:39 +0200
changeset 23 a8a2b5d5421c
parent 22 ad8641817bac
child 24 701af897de95
child 26 8d88a6144cb1
tagcloud
web/fullrenkan.html
web/index.html
--- a/web/fullrenkan.html	Thu Oct 24 18:26:08 2013 +0200
+++ b/web/fullrenkan.html	Thu Oct 24 18:48:39 2013 +0200
@@ -161,7 +161,10 @@
 	// + '          }'
 	 + '          ,{'
 	 + '              type: "Mediafragment"'
-	 + '          }';
+	 + '          }'
+     + '          ,{'
+     + '              type: "Tagcloud"'
+     + '          }';
 	 
 	        if(display_renkan==true){
 	        	var t = getURLParameter("type");
--- a/web/index.html	Thu Oct 24 18:26:08 2013 +0200
+++ b/web/index.html	Thu Oct 24 18:48:39 2013 +0200
@@ -222,6 +222,9 @@
 	 + '          ,{'
 	 + '              type: "Mediafragment"'
 	 + '          }'
+     + '          ,{'
+     + '              type: "Tagcloud"'
+     + '          }'
 	 + '      ]'
 	 + '  };'
 	 + '  _myPlayer = new IriSP.Metadataplayer(_config);'