Refactor perfect-scrollbar: Call ui methods in scroll_bar.js.

This commit is contained in:
gooca 2018-03-12 02:34:32 +00:00 committed by Tim Abbott
parent ba05ac5c77
commit a50054bdc1
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
$(function () {
$("#stream-filters-container").perfectScrollbar({
suppressScrollX: true,
useKeyboard: false,
wheelSpeed: 0.5,
});
ui.set_up_scrollbar($("#stream-filters-container"));
});