Skip to content

Commit

Permalink
#253 Contributor stripe dashboard opens in a new tab.
Browse files Browse the repository at this point in the history
- also added puzzle for contracts table optimization.
  • Loading branch information
criske committed Dec 20, 2020
1 parent bb580c1 commit bd9bdd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/public/js/wallets.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ function getProjectWallets() {
* @param owner Owner of the repo/project.
* @param name Name of the repo.
* @param type Type of the wallet (fake or stripe).
* @todo #253:30min On frontend, enable wallet activation.
* Right now `activateWallet()` function is not used ('activate' button doesn't work).
*/
function activateWallet(owner, name, type) {
if(type == 'stripe') {
Expand Down

0 comments on commit bd9bdd4

Please sign in to comment.