Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
resync patches
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 23, 2019
1 parent 112ed96 commit 5eb06aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion patches/10_0_user_css.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/platform/chromium/vapi-common.js b/platform/chromium/vapi-common.js
index d198b74b..9396b47a 100644
index b00fce12..2e00ffeb 100644
--- a/platform/chromium/vapi-common.js
+++ b/platform/chromium/vapi-common.js
@@ -103,11 +103,6 @@ vAPI.webextFlavor = {
Expand Down
6 changes: 3 additions & 3 deletions patches/integration/20_2_bug_reporter.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/platform/chromium/vapi-common.js b/platform/chromium/vapi-common.js
index 9396b47a..ac486d41 100644
index d198b74b..b00fce12 100644
--- a/platform/chromium/vapi-common.js
+++ b/platform/chromium/vapi-common.js
@@ -138,6 +138,23 @@ vAPI.download = function(details) {
@@ -143,6 +143,23 @@ vAPI.download = function(details) {

vAPI.getURL = chrome.runtime.getURL;

Expand All @@ -27,7 +27,7 @@ index 9396b47a..ac486d41 100644

vAPI.i18n = chrome.i18n.getMessage;
diff --git a/src/js/popup.js b/src/js/popup.js
index 79def108..1c41379f 100644
index c982921a..4c27eb85 100644
--- a/src/js/popup.js
+++ b/src/js/popup.js
@@ -450,6 +450,7 @@ const renderPopup = function() {
Expand Down
4 changes: 2 additions & 2 deletions patches/integration/90_0_edgyfy.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/js/popup.js b/src/js/popup.js
index c982921a..79def108 100644
index 4c27eb85..1c41379f 100644
--- a/src/js/popup.js
+++ b/src/js/popup.js
@@ -1167,4 +1167,10 @@ uDom('a[href]').on('click', gotoURL);
@@ -1171,4 +1171,10 @@ uDom('a[href]').on('click', gotoURL);

/******************************************************************************/

Expand Down

0 comments on commit 5eb06aa

Please sign in to comment.