Update campaign_results.js

pull/2990/head
BlkPh0x 2023-10-04 16:07:00 +11:00 committed by GitHub
parent 9f778651c6
commit 1b9b0e5057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ function completeCampaign() {
}
// Exports campaign results as a CSV file
function exportAsCSV(scope) {
function exportAsCleanCSV(scope) {
exportHTML = $("#exportButton").html()
var csvScope = null
var filename = campaign.name + ' - ' + capitalize(scope) + '.csv'