|
@@ -346,7 +346,7 @@ ${ layout.menubar(section='query') }
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
|
## Tricks for not triggering the closing of the query on download
|
|
## Tricks for not triggering the closing of the query on download
|
|
|
- <a id="download-csv" data-bind="attr: {'href': '/${ app_name }/download/' + $root.design.history.id() + '/csv'}, event: { mouseover: function(){ window.onbeforeunload = null; }, mouseout: function() { window.onbeforeunload = $(window).data('beforeunload'); } }"" href="javascript:void(0)" title="${_('Download the results in CSV format')}" rel="tooltip"
|
|
|
|
|
|
|
+ <a id="download-csv" data-bind="attr: {'href': '/${ app_name }/download/' + $root.design.history.id() + '/csv'}, event: { mouseover: function(){ window.onbeforeunload = null; }, mouseout: function() { window.onbeforeunload = $(window).data('beforeunload'); } }" href="javascript:void(0)" title="${_('Download the results in CSV format')}" rel="tooltip"
|
|
|
class="view-query-results download hide pull-right"><h4><i class="hfo hfo-file-csv"></i></h4>
|
|
class="view-query-results download hide pull-right"><h4><i class="hfo hfo-file-csv"></i></h4>
|
|
|
</a>
|
|
</a>
|
|
|
|
|
|