Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Mar 5, 2019
1 parent 8a209d5 commit 635c3d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
14 changes: 0 additions & 14 deletions app/assets/v2/css/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@

.profile-header__links a:hover i {
color: #1AB56D;
/* transform: scale(1.5) rotate(360deg); */
}

.profile-header__links img {
Expand Down Expand Up @@ -159,10 +158,6 @@
margin-top: 0;
}

.profile-header__stats--contributor {
/* border: 0.2rem solid #25E899; */
}

.profile-header__stats--contributor .card-header {
background-color: transparent;
}
Expand Down Expand Up @@ -210,19 +205,10 @@
background: #FFCE08;
}

.profile-header__stats--funder {
/* border: 0.2rem solid #FFCE08; */
}

.profile-header__stats--funder .card-header {
/* background-color: #FFCE08; */
background-color: transparent;
}

.profile-header__stats--funder .highlight {
color: #FFCE08;
}

.profile-section-title {
border-bottom: 2px solid #3E24FB;
}
Expand Down
16 changes: 1 addition & 15 deletions app/assets/v2/images/badge-verify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 0 additions & 42 deletions app/assets/v2/js/pages/profile.js
Original file line number Diff line number Diff line change
@@ -1,46 +1,4 @@
$(document).ready(function() {
// $('[data-toggle=popover]').popover({
// html: true,
// trigger: 'focus',
// template: '<div class="popover wallet-popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>',
// content: function() {
// var content = $(this).attr('data-popover-content');

// return $(content).children('.popover-body').html();
// },
// title: function() {
// var title = $(this).attr('data-popover-content');

// return $(title).children('.popover-heading').html();
// }
// });

// if (!document.hasPreferredPayoutAddress) {
// $('[data-toggle=popover]').popover('show');
// }

// $('body').on('submit', '#form-wallets', function(e) {
// e.preventDefault();

// var data = $('#form-wallets').serializeArray();

// data.push({'page': 2});

// var postWallets = fetchData(
// e.currentTarget.action,
// e.currentTarget.method,
// data
// );

// $.when(postWallets).then(function(response) {
// var walletAddress = response.wallets[0];
// var newAddress = new truncate(walletAddress);

// $('#preferred-address').text(newAddress.elem);
// $('#preferred-address').prop('title', walletAddress);
// $('#kudos-section').html(response.kudos_html);
// });
// });

$('#kudos-section').on('click keypress', '.flip-card', e => {
if ($(e.target).is('a')) {
Expand Down

0 comments on commit 635c3d6

Please sign in to comment.