aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/header.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-08-08 09:18:45 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-08-08 09:18:45 +0000
commit2358a5c1e3a2ac8c0220e2384f5f88747fdba929 (patch)
tree73be02cf620dbfacc8ace37124f5b391eac4b3c9 /h-source/Application/Views/header.php
parentca65a9cb9d38b2e691db34a2439a0e1d79e87440 (diff)
improved language tabs
Diffstat (limited to 'h-source/Application/Views/header.php')
-rw-r--r--h-source/Application/Views/header.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/h-source/Application/Views/header.php b/h-source/Application/Views/header.php
index af2db37..96f1a8c 100644
--- a/h-source/Application/Views/header.php
+++ b/h-source/Application/Views/header.php
@@ -64,9 +64,7 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
$(document).ready(function() {
-// $(function() {
-// $( "#description_tabs" ).tabs();
-// });
+ animateTabs(curr_lang);
});