gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-webextension] 27/95: update ui;modify URIs


From: gnunet
Subject: [reclaim-webextension] 27/95: update ui;modify URIs
Date: Fri, 11 Jun 2021 23:35:12 +0200

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

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

commit 66833a67eb8a31d83e9cc85edd94ca4a53a0e695
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Wed Jun 5 09:57:35 2019 +0200

    update ui;modify URIs
---
 background/reclaim.js | 2 +-
 bin/build_plugin      | 4 ++--
 ui                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/background/reclaim.js b/background/reclaim.js
index da38115..0c48743 100644
--- a/background/reclaim.js
+++ b/background/reclaim.js
@@ -24,7 +24,7 @@ function handle_onbefore_request(request)
         console.log(authzSettings);
         //browser.runtime.openOptionsPage();
         //return {};
-        return {"redirectUrl": chrome.runtime.getURL("/index.html") + "#/?" + 
decodeURIComponent(request.url).split("?")[1]}
+        return {"redirectUrl": chrome.runtime.getURL("/index.html") + "?" + 
decodeURIComponent(request.url).split("?")[1]}
     }
     if (url.hostname == "api.reclaim") {
         return {"redirectUrl": "http://localhost:7776"; + url.pathname + 
url.search};
diff --git a/bin/build_plugin b/bin/build_plugin
index 2ecae44..2c5ffe0 100755
--- a/bin/build_plugin
+++ b/bin/build_plugin
@@ -6,8 +6,8 @@ UNSAFE="bin/ Makefile .git/"
 
 cp -r . $TEMPDIR
 cd $TEMPDIR
-git submodule sync --recursive
-git submodule update --init --recursive
+#git submodule sync --recursive
+#git submodule update --init --recursive
 rm -rf $UNSAFE
 
 cd ui
diff --git a/ui b/ui
index a60867c..6378430 160000
--- a/ui
+++ b/ui
@@ -1 +1 @@
-Subproject commit a60867ca1e9673ee618b444053dd7107a5ea66d3
+Subproject commit 63784302236e07a4a665263e5914cb6916a4872c

-- 
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]