Added cleanup job
This commit is contained in:
@ -24,7 +24,7 @@ export class DownloadComponent {
|
||||
@ViewChild('download_not_possible') download_not_possible: ElementRef<HTMLDialogElement> | undefined;
|
||||
@ViewChild('file_not_found_modal') file_not_found_modal: ElementRef<HTMLDialogElement> | undefined;
|
||||
|
||||
inputFileId: string = "2402183";
|
||||
inputFileId: string = "";
|
||||
fileId: string = "";
|
||||
filePassword: string = "";
|
||||
fileName: string = "";
|
||||
|
@ -4,6 +4,10 @@ import { Subject } from 'rxjs';
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
})
|
||||
/**
|
||||
* Service to open the privacy policy and terms of use modals
|
||||
* The modals are controlled by the navbar component
|
||||
*/
|
||||
export class LegalService {
|
||||
private openModalSource = new Subject<string>();
|
||||
|
||||
|
Reference in New Issue
Block a user