From 7d4d182a40587cc0a48c15c335a66e27bc77a200 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Tue, 17 Feb 2015 19:12:54 -0500 Subject: [PATCH] Updated docs --- documentation/index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 442dc4d8c..07a292fb8 100755 --- a/documentation/index.html +++ b/documentation/index.html @@ -31,7 +31,7 @@ padding: 0 10px; } .page-header { - border: 0; + border: 0; margin: 0 0 20px 0; padding: 0; position: relative; @@ -222,7 +222,7 @@

Heads Up!

- The current AdminLTE 2.0 version is in its alpha stage and should not be used in + The current AdminLTE 2.0 version is in its Beta stage and should not be used in production. It's however available for testing and to get developers familiar with the new syntax.
@@ -1770,9 +1770,7 @@ AdminLTE/ $(".sidebar-menu li a").click(function () { var $this = $(this); var target = $this.attr("href"); - $(this).parents("ul").find(".active").removeClass("active"); - $(this).parent('li').addClass('active'); - if (typeof target == 'string') { + if (typeof target === 'string') { $("body").animate({ scrollTop: ($(target).offset().top - 32) + "px" }, 500);