|
From: <tre...@us...> - 2007-09-02 00:03:57
|
Revision: 327
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=327&view=rev
Author: trevorolio
Date: 2007-09-01 17:03:58 -0700 (Sat, 01 Sep 2007)
Log Message:
-----------
Fixed the TV script to actually work.
Modified Paths:
--------------
maven/trunk/ogoglio-server/src/main/resources/populate/template-42/TV.js
Modified: maven/trunk/ogoglio-server/src/main/resources/populate/template-42/TV.js
===================================================================
--- maven/trunk/ogoglio-server/src/main/resources/populate/template-42/TV.js 2007-09-01 23:40:11 UTC (rev 326)
+++ maven/trunk/ogoglio-server/src/main/resources/populate/template-42/TV.js 2007-09-02 00:03:58 UTC (rev 327)
@@ -28,7 +28,7 @@
var nakedHTML = '<html><body><center><object type="application/x-shockwave-flash" height="250" width="250" id="jtv_player_flash" data="http://www.justin.tv/widgets/jtv_player.swf"><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.justin.tv/widgets/jtv_player.swf" /><param name="flashvars" value="channel=nakedcowboy&auto_play=false&start_volume=25" /></object></center></body></html>';
var nakedChannel = new Channel("Naked Cowboy [Justin.TV]", nakedHTML, "naked");
-var channels = new Array(oneMinuteNewsChannel, nakedChannel, gmailChannel, larsChannel, transmutableChannel, psfChannel, iJustineChannel);
+var channels = new Array(oneMinuteNewsChannel, nakedChannel, gmailChannel, larsChannel, transmutableChannel, psfChannel);
function onContextClick(person, shapeName){
var items = new Array();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|