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

Fix back button for tree navigation

parent afecb250
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -61,7 +61,7 @@
ajaxGet('#{@logs_path}');
});
 
- if params[:path] && request.xhr?
- if @path.present? && request.xhr?
:javascript
$(window).unbind('popstate');
$(window).bind('popstate', function() {
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