mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed the CSV export of the module graph for Firefox
This commit is contained in:
parent
e81b050e81
commit
e8a7ce322f
@ -1183,6 +1183,9 @@ function pandoraFlotArea(graph_id, values, labels, labels_long, legend,
|
|||||||
.prop('method', 'POST')
|
.prop('method', 'POST')
|
||||||
.prop('action', homeurl + '/include/graphs/export_data.php')
|
.prop('action', homeurl + '/include/graphs/export_data.php')
|
||||||
.append($dataInput, $typeInput, $separatorInput, $excelInput)
|
.append($dataInput, $typeInput, $separatorInput, $excelInput)
|
||||||
|
.hide()
|
||||||
|
// Firefox made me write into the DOM for this :(
|
||||||
|
.appendTo('body')
|
||||||
.submit();
|
.submit();
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user