[Phphtmllib-devel] SF.net SVN: phphtmllib:[3285] trunk/open2300/lib/core/page/open2300Page.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-11-24 05:21:33
|
Revision: 3285 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3285&view=rev Author: hemna Date: 2009-11-24 05:21:25 +0000 (Tue, 24 Nov 2009) Log Message: ----------- use google's cached version of prototype/scriptaculous Modified Paths: -------------- trunk/open2300/lib/core/page/open2300Page.inc Modified: trunk/open2300/lib/core/page/open2300Page.inc =================================================================== --- trunk/open2300/lib/core/page/open2300Page.inc 2009-11-24 05:20:42 UTC (rev 3284) +++ trunk/open2300/lib/core/page/open2300Page.inc 2009-11-24 05:21:25 UTC (rev 3285) @@ -113,8 +113,10 @@ $this->add_css_link("/css/main.css"); $this->add_css_link("/css/fonts.css"); - $this->add_js_link( '/js/scriptaculous-js-1.7.0/lib/prototype.js' ); - $this->add_js_link( '/js/scriptaculous-js-1.7.0/src/scriptaculous.js' ); + //$this->add_js_link( '/js/scriptaculous-js-1.7.0/lib/prototype.js' ); + //$this->add_js_link( '/js/scriptaculous-js-1.7.0/src/scriptaculous.js' ); + $this->add_js_link( 'http://ajax.googleapis.com/ajax/libs/prototype/1/prototype.js' ); + $this->add_js_link( 'http://ajax.googleapis.com/ajax/libs/scriptaculous/1/scriptaculous.js' ); $this->add_js_link( '/js/ajax.js' ); $this->add_js_link( '/js/main.js' ); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |