Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Mar 4, 2020
1 parent 713b9bc commit 478013a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/v2/js/grants/fund.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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');
// _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
2 changes: 1 addition & 1 deletion app/assets/v2/js/grants/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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');
// _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) => {
Expand Down

0 comments on commit 478013a

Please sign in to comment.