[Ds-java-dev] svn commit r19017 - trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js

sameera at wso2.com sameera at wso2.com
Wed Jul 9 01:59:41 PDT 2008


Author: sameera
Date: Wed Jul  9 01:59:41 2008
New Revision: 19017
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19017

Log:
fixed https://wso2.org/jira/browse/DS-29



Modified:
   trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/data_service.js

Modified: trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/data_service.js
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/data_service.js?rev=19017&r1=19016&r2=19017&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/data_service.js	(original)
+++ trunk/solutions/data-services/java/modules/www/resources/web/extensions/core/js/data_service.js	Wed Jul  9 01:59:41 2008
@@ -913,7 +913,7 @@
 
 function deployDataServiceCallback() {
 //    showServiceInitializer();
-    window.location = "index.html";
+    window.location = "ds_main.html";
 }
 
 function createOpElement(opName, queryName) {



More information about the Ds-java-dev mailing list