From 0ee21c5d9657a1259a731722f53666ad135279bb Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 26 Feb 2011 20:59:26 +0000 Subject: Some improvements to the edit module. Add a few sample apps and test cases, show current user and links to app data. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074923 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html') diff --git a/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html b/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html index 9d63253830..3307d193ca 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html +++ b/sca-cpp/trunk/modules/edit/htdocs/dash/dashboard.html @@ -146,7 +146,7 @@ $('createAppOKButton').onclick = function() { var entry = atom.writeATOMEntry(app); dashboard.put(name, car(entry)); getapps(); - div.style.visibility = 'hidden'; + $('newApp').style.visibility = 'hidden'; return false; }; -- cgit v1.2.3