You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/02/20 20:24:24 UTC

svn commit: r629582 - /incubator/shindig/trunk/javascript/container/sample2.html

Author: lindner
Date: Wed Feb 20 11:24:21 2008
New Revision: 629582

URL: http://svn.apache.org/viewvc?rev=629582&view=rev
Log:
an relative URL fails, use absolute

Modified:
    incubator/shindig/trunk/javascript/container/sample2.html

Modified: incubator/shindig/trunk/javascript/container/sample2.html
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/javascript/container/sample2.html?rev=629582&r1=629581&r2=629582&view=diff
==============================================================================
--- incubator/shindig/trunk/javascript/container/sample2.html (original)
+++ incubator/shindig/trunk/javascript/container/sample2.html Wed Feb 20 11:24:21 2008
@@ -12,7 +12,7 @@
 
 my.gadgetSpecUrls = [
   'http://www.google.com/ig/modules/horoscope.xml',
-  'aue07otr.xml',
+  'http://www.google.com/ig/modules/aue07otr.xml',
   'http://www.labpixies.com/campaigns/todo/todo.xml'
 ];