Commit 6470cfee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix dashboard event filter when navigate via turbolinks

parent 86874f00
......@@ -27,7 +27,7 @@ class Dashboard
else
event_filters.splice index, 1
$.cookie "event_filter", event_filters.join(",")
$.cookie "event_filter", event_filters.join(","), { path: '/' }
initSidebarTab: ->
key = "dashboard_sidebar_filter"
......
......@@ -30,6 +30,7 @@
@disable = true
initLoadMore: ->
$(document).unbind('scroll')
$(document).endlessScroll
bottomPixels: 400
fireDelay: 1000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment