diff --git a/patches/10_0_user_css.patch b/patches/10_0_user_css.patch index 7100850..76e554b 100644 --- a/patches/10_0_user_css.patch +++ b/patches/10_0_user_css.patch @@ -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 = { diff --git a/patches/integration/20_2_bug_reporter.patch b/patches/integration/20_2_bug_reporter.patch index a31fe48..009c84e 100644 --- a/patches/integration/20_2_bug_reporter.patch +++ b/patches/integration/20_2_bug_reporter.patch @@ -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; @@ -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() { diff --git a/patches/integration/90_0_edgyfy.patch b/patches/integration/90_0_edgyfy.patch index 4d4d0b7..a7cec6d 100644 --- a/patches/integration/90_0_edgyfy.patch +++ b/patches/integration/90_0_edgyfy.patch @@ -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); /******************************************************************************/