summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-12 00:05:44 +0300
committermakkalot <makkalot@gmail.com>2008-07-12 00:05:44 +0300
commit38cd22f9ac12ea0ac70179caea022d26eab4902b (patch)
tree1082133c6dabd64e8e2c511a0d3c441da1e5d578 /funcweb
parent1528a75bb38bbdc6b322b2327c88404a67413f46 (diff)
downloadfunc-38cd22f9ac12ea0ac70179caea022d26eab4902b.tar.gz
func-38cd22f9ac12ea0ac70179caea022d26eab4902b.tar.xz
func-38cd22f9ac12ea0ac70179caea022d26eab4902b.zip
changes in modules layout
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/modules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/modules.html b/funcweb/funcweb/templates/modules.html
index 04de041..27c881c 100644
--- a/funcweb/funcweb/templates/modules.html
+++ b/funcweb/funcweb/templates/modules.html
@@ -10,7 +10,7 @@
</div>
<div class="modulestexts" id="modulestexts" py:for="module in modules">
- <a href="#" class="minionstextblue" onclick="myj('#methotdscontent').hide().load('/funcweb/minion/${minion}/${module}').show('slow')">${module}</a>
+ <a href="#methotdscontent" class="minionstextblue" onclick="myj('#methotdscontent').hide().load('/funcweb/minion/${minion}/${module}').show('slow')">${module}</a>
</div>
</span>
</div>