Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiantf committed Feb 16, 2020
1 parent d99749b commit 2617a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/v2/js/grants/fund.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ document.suppress_faucet_solicitation = 1;

$(document).ready(function() {

_alert({ message: gettext('Note: Brave users seem to have issues while contributing to Grants while using both Brave Wallet and MetaMask. We recommend disabling one. For more info, see this <a target="_blank" href="https://github.com/brave/brave-browser/issues/6053">issue</a>') }, 'warning');

predictPhantomCLRMatch();
predictCLRMatch();

Expand Down
3 changes: 3 additions & 0 deletions app/assets/v2/js/grants/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ let description = new Quill('#input-description', {
});

$(document).ready(function() {

_alert({ message: gettext('Note: Brave users seem to have issues while contributing to Grants while using both Brave Wallet and MetaMask. We recommend disabling one. For more info, see this <a target="_blank" href="https://github.com/brave/brave-browser/issues/6053">issue</a>') }, 'warning');

if (web3 && web3.eth) {
web3.eth.net.isListening((error, connectionStatus) => {
if (connectionStatus)
Expand Down

0 comments on commit 2617a23

Please sign in to comment.