From d1d455e89fe4a2b6f19826bc439e6cc8a3924906 Mon Sep 17 00:00:00 2001 From: annampak Date: Fri, 27 Oct 2017 13:00:46 +0300 Subject: [PATCH] change function name --- dmp-frontend/src/app/dmps/dmp.component.ts | 4 ++-- dmp-frontend/src/app/dmps/dmps.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dmp-frontend/src/app/dmps/dmp.component.ts b/dmp-frontend/src/app/dmps/dmp.component.ts index f33ff88dc..aacf8149e 100644 --- a/dmp-frontend/src/app/dmps/dmp.component.ts +++ b/dmp-frontend/src/app/dmps/dmp.component.ts @@ -56,7 +56,7 @@ export class DmpComponent implements OnInit{ this.dmps = []; this.serverService.getDmpOfUser().subscribe( response => { - + debugger; response.forEach(resp => { let pr = new Dmp(); pr.id = resp.id; @@ -111,7 +111,7 @@ afterLoad(){ this.dmpResource.count().then(count => this.dmpCount = count); } -myFunction() { +filterGrid() { var input, filter, table, tr, td, i; input = document.getElementById("myInput"); filter = input.value.toUpperCase(); diff --git a/dmp-frontend/src/app/dmps/dmps.html b/dmp-frontend/src/app/dmps/dmps.html index 61b39922f..e47f4d735 100644 --- a/dmp-frontend/src/app/dmps/dmps.html +++ b/dmp-frontend/src/app/dmps/dmps.html @@ -3,12 +3,12 @@
Filter: - +
- +