[Phphtmllib-devel] SF.net SVN: phphtmllib:[3293] trunk/open2300/htdocs/js/main.js
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-11-24 17:21:26
|
Revision: 3293 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3293&view=rev Author: hemna Date: 2009-11-24 17:21:19 +0000 (Tue, 24 Nov 2009) Log Message: ----------- updated cam image id Modified Paths: -------------- trunk/open2300/htdocs/js/main.js Modified: trunk/open2300/htdocs/js/main.js =================================================================== --- trunk/open2300/htdocs/js/main.js 2009-11-24 15:28:03 UTC (rev 3292) +++ trunk/open2300/htdocs/js/main.js 2009-11-24 17:21:19 UTC (rev 3293) @@ -116,7 +116,7 @@ new PeriodicalExecuter(function(pe) { d = new Date(); - img = $('idCam'); + img = $('idCamImg'); img.src="http://wx.hemna.com/cam/cam.jpg?junk="+d.getSeconds(); }, 30); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |