From 3b3beac5adfa1995a9a4c92fd92a881f024be08e Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 6 Aug 2011 05:59:32 +0000 Subject: Javascript improvements: add local storage, improve caching using URI fragments instead of query strings, simplify component layout and optimize some of the Javascript functions, and add the ability to clone components. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1154447 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/edit/htdocs/app/index.html | 190 +++++++++++++++++++---- 1 file changed, 161 insertions(+), 29 deletions(-) (limited to 'sca-cpp/trunk/modules/edit/htdocs/app/index.html') diff --git a/sca-cpp/trunk/modules/edit/htdocs/app/index.html b/sca-cpp/trunk/modules/edit/htdocs/app/index.html index 8d0a3f7153..f62cc5d0eb 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/app/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/app/index.html @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> - + @@ -30,8 +30,8 @@ document.title = window.location.hostname.split('.')[0]; - -
+ +
@@ -45,6 +45,8 @@ document.title = window.location.hostname.split('.')[0];