Index: /trunk/grails-app/views/taskDetailed/show.gsp
===================================================================
--- /trunk/grails-app/views/taskDetailed/show.gsp	(revision 183)
+++ /trunk/grails-app/views/taskDetailed/show.gsp	(revision 184)
@@ -78,6 +78,7 @@
                                             <div id="modControlClosed">
                                                 <a href='' onclick="showElement('modifications');
-                                                                                    showElement('modControlOpened');
-                                                                                    hideElement('modControlClosed'); return false;">
+                                                                                    Element.hide('modControlClosed');
+                                                                                    Element.show('modControlOpened');
+                                                                                    return false">
                                                     Modifications <img  src="${resource(dir:'images/skin',file:'bullet_toggle_plus.png')}" alt="Show" />
                                                 </a>
@@ -85,7 +86,7 @@
                                             <div id="modControlOpened" style="display:none;">
                                                 <a href='' onclick="hideElement('modifications');
-                                                                                    hideElement('modControlOpened');
-                                                                                    showElement('modControlClosed');
-                                                                                    return false;">
+                                                                                    Element.hide('modControlOpened');
+                                                                                    Element.show('modControlClosed');
+                                                                                    return false">
                                                     Modifications <img  src="${resource(dir:'images/skin',file:'bullet_toggle_minus.png')}" alt="Show" />
                                                 </a>
