diff -r 4ec5ae89a7b0 -r 0c01050f9717 src/cm/templates/static/experiment/test0.html --- a/src/cm/templates/static/experiment/test0.html Wed Feb 10 14:34:08 2010 +0100 +++ b/src/cm/templates/static/experiment/test0.html Thu Feb 11 16:28:10 2010 +0100 @@ -17,8 +17,8 @@ } - - + + @@ -44,7 +44,7 @@ Y.Coment = Coment; }, '0.0.1'); -YUI({base:"{{ MEDIA_URL }}js/lib/yui/{{ YUI_VERSION }}/build/", timeout: 10000}).use("coment",function (Y) { +YUI({base:"{{ CM_MEDIA_PREFIX }}js/lib/yui/{{ YUI_VERSION }}/build/", timeout: 10000}).use("coment",function (Y) { Y.log('in here') ; var coment = new Y.Coment() ; coment.fun() ;