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:15:50 UTC

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

Author: smartini
Date: Tue Sep  6 00:15:50 2011
New Revision: 1165458

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