Fix back button for tree navigation

This commit is contained in:
randx 2012-09-27 19:38:52 +03:00
parent afecb250a4
commit 308dfc36b8

View file

@ -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() {