Skip to content

Commit

Permalink
Fix dashboard export download (#3773)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas authored and mistercrunch committed Nov 4, 2017
1 parent 7f3edad commit aed7c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/templates/superset/export_dashboards.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
window.onload = function() {
window.open(window.location += '&action=go');
window.open(window.location += '&action=go', '_blank');
window.location = '{{ dashboards_url }}';
};
</script>

0 comments on commit aed7c74

Please sign in to comment.