Skip to content
Snippets Groups Projects
Commit 6470cfee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix dashboard event filter when navigate via turbolinks

parent 86874f00
No related branches found
No related tags found
2 merge requests!103705 2 stable,!4341Added wiki-page search for 5-2-stable, Fixed issue #4310
Loading
Loading
@@ -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"
Loading
Loading
Loading
Loading
@@ -30,6 +30,7 @@
@disable = true
 
initLoadMore: ->
$(document).unbind('scroll')
$(document).endlessScroll
bottomPixels: 400
fireDelay: 1000
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment