Skip to content

Commit

Permalink
Fix CSV export link in combination with Turbolinks 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kreintjes committed Jan 27, 2020
1 parent 5f6e0df commit 6b6d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/wice_grid_processor.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class WiceGridProcessor


exportToCsv : ->
@visit @linkForExport
window.location = @linkForExport


register : (func)->
Expand Down

0 comments on commit 6b6d176

Please sign in to comment.