aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/header.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-06 13:58:29 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-06 13:58:29 +0000
commite90083304147e3c1b9278c6e875278f2eb7dd4de (patch)
tree3723519a949cfc626352c5e134e6e7668925f7f2 /h-source/Application/Views/header.php
parenta1081ade5d21fc9598b94e40b60c35cf9d95f855 (diff)
improved the way tabs are displayed inside the description entry
Diffstat (limited to 'h-source/Application/Views/header.php')
-rw-r--r--h-source/Application/Views/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php
index d8cbcbb..af2db37 100644
--- a/h-source/Application/Views/header.php
+++ b/h-source/Application/Views/header.php
@@ -65,7 +65,7 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
$(document).ready(function() {
// $(function() {
- $( "#description_tabs" ).tabs();
+// $( "#description_tabs" ).tabs();
// });
});