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 +}