Add premium My Case MVP
This commit is contained in:
@@ -1103,6 +1103,7 @@ async function runTool(event) {
|
||||
payload.include_relative = currentIncludeRelative();
|
||||
payload.include_background = currentIncludeBackground();
|
||||
payload.user_notes = (document.getElementById('timelineNotes')?.value || '').trim();
|
||||
payload.use_my_case = (typeof window.dbnGetUseMyCase === 'function') ? window.dbnGetUseMyCase() : false;
|
||||
}
|
||||
|
||||
setBusy(true);
|
||||
|
||||
Reference in New Issue
Block a user