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-05-04 03:43:37 +0300
committerjnew-gh <github@hazelden.ca>2021-05-04 03:43:37 +0300
commit4351444d29dd0d0310f3406fa9a9437c8bfd991d (patch)
tree26fe6cb53f88832476db3dd88d079a08c489b93e
parent96ee35814927772fac5eed00d7f0b545e606600f (diff)
Add xml highlighting options to build_cookie() function
-rw-r--r--dmarcts-report-viewer.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/dmarcts-report-viewer.js b/dmarcts-report-viewer.js
index 100d485..6c1d52e 100644
--- a/dmarcts-report-viewer.js
+++ b/dmarcts-report-viewer.js
@@ -608,7 +608,9 @@ function build_cookie() {
"sort_column" : sort_column ,
"sort" : sort ,
// "alignment_unknown" : 0 ,
- "dmarc_results_matching_only" : 0
+ "dmarc_results_matching_only" : 0 ,
+ "xml_data_highlight" : xml_data_highlight,
+ "xml_data_hljs" : xml_data_hljs
};
cookie_value = JSON.stringify(cookie_value);