From ce6a4ec3b770ec7f4729fd63ab5ac1ca6d884d76 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 19 Nov 2024 03:02:42 -0500 Subject: [PATCH] Update DupFileManager_report_config.py --- .../DupFileManager_report_config.py | 48 ++++++++++++++----- 1 file changed, 35 insertions(+), 13 deletions(-) diff --git a/plugins/DupFileManager/DupFileManager_report_config.py b/plugins/DupFileManager/DupFileManager_report_config.py index 778e0b0..b1f01ff 100644 --- a/plugins/DupFileManager/DupFileManager_report_config.py +++ b/plugins/DupFileManager/DupFileManager_report_config.py @@ -3,6 +3,11 @@ # Get the latest developers version from following link: # https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager +#_ToDo:__ Add jquery.prompt.js reference to this code by downloading it to axter.com site, and referencing it from the report remotely. +# Use it to have a prompt with a don't ask me again checkbox. +# Get it from following link: https://github.com/MrSwitch/jquery.prompt.js +# See test code in following link: http://adodson.com/jquery.prompt.js/#function-callback + # HTML Report Options ************************************************** report_config = { # If enabled, create an HTML report when tagging duplicate files @@ -70,6 +75,14 @@ li:hover .large { @@ -147,4 +169,4 @@ $(document).ready(function(){ "htmlDetailDiffTextColor" : "red", # Paginate HTML report. Maximum number of results to display on one page, before adding (paginating) an additional page. "htmlReportPaginate" : 100, -} \ No newline at end of file +}