You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2011/09/06 02:10:53 UTC

svn commit: r1165457 - /pivot/site/trunk/deploy/demos/large-data.html

Author: smartini
Date: Tue Sep  6 00:10:52 2011
New Revision: 1165457

URL: http://svn.apache.org/viewvc?rev=1165457&view=rev
Log:
temporary fix for the large-data demo on the web site

Modified:
    pivot/site/trunk/deploy/demos/large-data.html

Modified: pivot/site/trunk/deploy/demos/large-data.html
URL: http://svn.apache.org/viewvc/pivot/site/trunk/deploy/demos/large-data.html?rev=1165457&r1=1165456&r2=1165457&view=diff
==============================================================================
--- pivot/site/trunk/deploy/demos/large-data.html (original)
+++ pivot/site/trunk/deploy/demos/large-data.html Tue Sep  6 00:10:52 2011
@@ -77,7 +77,7 @@ limitations under the License.
 
                 var startupProperties = [];
 
-                    startupProperties.push("basePath=<root></root>/assets");
+                    startupProperties.push("basePath=/demos/assets");
 
                 parameters.startup_properties = startupProperties.join("&");