Skip to content
Snippets Groups Projects
Verified Commit 0d7d4a91 authored by Damien's avatar Damien
Browse files

FEAT #13594 TIME 1:00 Clean useless code

parent d32ce0b0
No related branches found
No related tags found
No related merge requests found
import { Pipe, PipeTransform, Component, OnInit, NgZone, ViewChild, HostListener } from '@angular/core';
import { Pipe, PipeTransform, Component, OnInit, NgZone, ViewChild } from '@angular/core';
import { HttpClient } from '@angular/common/http';
import { DomSanitizer } from '@angular/platform-browser';
import { Router, ActivatedRoute } from '@angular/router';
......@@ -237,10 +237,6 @@ export class SignatureBookComponent implements OnInit {
});
}
processAfterAttach(mode: string) {
this.zone.run(() => this.refreshAttachments(mode));
}
processAfterAction() {
var idToGo = -1;
var c = this.signatureBook.resList.length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment