diff options
Diffstat (limited to 'app/views/javascript')
| -rw-r--r-- | app/views/javascript/main.phtml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index fe0492b67..9283c89cb 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -128,12 +128,6 @@ $(document).ready (function () { if (old_active[0] != new_active[0]) { slide (new_active, old_active); - } else { - old_active.removeClass ("active"); - - if (hide_posts) { - old_active.children (".content").slideUp (200); - } } }); |
