gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 42/459: remove browser stuff


From: gnunet
Subject: [reclaim-ui] 42/459: remove browser stuff
Date: Fri, 11 Jun 2021 23:22:14 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit abf191439bc1b2e6e9d8ca6078fd01f3bf698c42
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 30 19:41:25 2019 +0200

    remove browser stuff
---
 src/app/identity-list/identity-list.component.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index 1082d12..b723c0d 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -57,7 +57,7 @@ export class IdentityListComponent implements OnInit {
 
     // On opening the options page, fetch stored settings and update the UI 
with
     // them.
-    browser.storage.local.get().then(uaSettings => {
+    /*browser.storage.local.get().then(uaSettings => {
       var uaParams = {};
       if (true == <boolean>uaSettings["request"]) {
         var searchStr = <string>uaSettings["search"];
@@ -80,7 +80,7 @@ export class IdentityListComponent implements OnInit {
           () => { console.log("Local storage request removed."); },
           (e) => { console.log(e); });
       console.log("processed localstorage");
-    });
+    });*/
     this.getClientName();
     // this.newIdentity = new Identity('', '', {});
     this.identityInEditName = "";
@@ -93,7 +93,7 @@ export class IdentityListComponent implements OnInit {
   handleStorageChange(uaSettings, areaName): void
   {
     // Greedy
-    browser.storage.local.get().then(uaSettings => {
+    /*browser.storage.local.get().then(uaSettings => {
       var uaParams = {};
       var searchStr = <string>uaSettings["search"];
       var keyVals = searchStr.split("&");
@@ -102,7 +102,7 @@ export class IdentityListComponent implements OnInit {
       }
       console.log(uaParams);
       this.oidcService.parseRouteParams(uaParams);
-    });
+    });*/
   }
 
   confirmDelete(identity) { this.showConfirmDelete = identity; }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]