[gatein-commits] gatein SVN: r4061 - portal/branches/branch-r4047/web/eXoResources/src/main/webapp/javascript/eXo/webui.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 7 04:25:28 EDT 2010


Author: ndkhoiits
Date: 2010-09-07 04:25:27 -0400 (Tue, 07 Sep 2010)
New Revision: 4061

Modified:
   portal/branches/branch-r4047/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
Log:
GTNPORTAL-1343 Cannot rename a tab dashboard on google Chrome and safary

Modified: portal/branches/branch-r4047/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js
===================================================================
--- portal/branches/branch-r4047/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js	2010-09-07 07:08:42 UTC (rev 4060)
+++ portal/branches/branch-r4047/web/eXoResources/src/main/webapp/javascript/eXo/webui/UITabbedDashboard.js	2010-09-07 08:25:27 UTC (rev 4061)
@@ -39,11 +39,6 @@
 			var compId = portletFrag.parentNode.id;
 			var nodeIndex = inputElement.id;
 			
-			//Change the tab label
-			var spanElement = document.createElement("span");
-			spanElement.innerHTML = newTabLabel;
-			inputElement.parentNode.replaceChild(spanElement, inputElement);
-			
 			//Send request to server to change node name
 			var href = eXo.env.server.portalBaseURL + "?portal:componentId=" + compId;
 			href += "&portal:type=action";



More information about the gatein-commits mailing list