Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-04-21 19:49:01 +0300
committerjnew-gh <github@hazelden.ca>2021-04-21 19:49:01 +0300
commitb87187f448ed6bf9eedb013ad2d0db3d31aca1a9 (patch)
tree1d7945ec0eb01fafac90a204b4ac7c7af5c5ffb2
parent635078e6da984a2e385def510d68c5fceb11d137 (diff)
Remove duplicate option in cookie_value creation
-rw-r--r--dmarcts-report-viewer.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/dmarcts-report-viewer.js b/dmarcts-report-viewer.js
index 26f1a9b..904577c 100644
--- a/dmarcts-report-viewer.js
+++ b/dmarcts-report-viewer.js
@@ -590,8 +590,7 @@ function build_cookie() {
"sort_column" : sort_column ,
"sort" : sort ,
// "alignment_unknown" : 0 ,
- "dmarc_results_matching_only" : 0 ,
- "report_data_status" : "all"
+ "dmarc_results_matching_only" : 0
};
cookie_value = JSON.stringify(cookie_value);