Merge pull request #1264 from Strato/patch-1

Fixed a typo
This commit is contained in:
Abdullah Almsaeed 2017-01-08 11:24:31 -05:00 committed by GitHub
commit 70b95bbf6f

2
dist/js/app.js vendored
View file

@ -299,7 +299,7 @@ function _init() {
//Destroy if it exists
$(".sidebar").slimScroll({destroy: true}).height("auto");
//Add slimscroll
$(".sidebar").slimscroll({
$(".sidebar").slimScroll({
height: ($(window).height() - $(".main-header").height()) + "px",
color: "rgba(0,0,0,0.2)",
size: "3px"