[Phphtmllib-devel] SF.net SVN: phphtmllib:[3426] trunk/open2300/htdocs/js/ticker.js
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-03-03 23:06:13
|
Revision: 3426 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3426&view=rev Author: hemna Date: 2010-03-03 23:06:07 +0000 (Wed, 03 Mar 2010) Log Message: ----------- start event Modified Paths: -------------- trunk/open2300/htdocs/js/ticker.js Modified: trunk/open2300/htdocs/js/ticker.js =================================================================== --- trunk/open2300/htdocs/js/ticker.js 2010-03-03 23:04:50 UTC (rev 3425) +++ trunk/open2300/htdocs/js/ticker.js 2010-03-03 23:06:07 UTC (rev 3426) @@ -2,6 +2,7 @@ * This file manages updating and showing the ticker * above the banner image. */ +Event.observe(window, 'load', start_ticker); var ticker_data; var ci=0; @@ -48,7 +49,7 @@ } function get_data() { - new Ajax.Request("http://wx.hemna.com/?target=ticker", + new Ajax.Request("/?target=ticker", { method:'get', asynchronous:true, onSuccess: function(req,json) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |