From 635c3d6eb575d4ceaef7e3287a35217d0ebaa482 Mon Sep 17 00:00:00 2001 From: octavioamu Date: Tue, 5 Mar 2019 11:20:21 -0300 Subject: [PATCH] remove comments --- app/assets/v2/css/profile.css | 14 --------- app/assets/v2/images/badge-verify.svg | 16 +--------- app/assets/v2/js/pages/profile.js | 42 --------------------------- 3 files changed, 1 insertion(+), 71 deletions(-) diff --git a/app/assets/v2/css/profile.css b/app/assets/v2/css/profile.css index 22ae9e9846e..cc3fa797831 100644 --- a/app/assets/v2/css/profile.css +++ b/app/assets/v2/css/profile.css @@ -57,7 +57,6 @@ .profile-header__links a:hover i { color: #1AB56D; - /* transform: scale(1.5) rotate(360deg); */ } .profile-header__links img { @@ -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; } @@ -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; } diff --git a/app/assets/v2/images/badge-verify.svg b/app/assets/v2/images/badge-verify.svg index 1b6ab294533..8a500cd27a6 100644 --- a/app/assets/v2/images/badge-verify.svg +++ b/app/assets/v2/images/badge-verify.svg @@ -1,15 +1 @@ - - - - - - - - - - - - - - - + diff --git a/app/assets/v2/js/pages/profile.js b/app/assets/v2/js/pages/profile.js index 330d7971a70..65fc0e3c44f 100644 --- a/app/assets/v2/js/pages/profile.js +++ b/app/assets/v2/js/pages/profile.js @@ -1,46 +1,4 @@ $(document).ready(function() { - // $('[data-toggle=popover]').popover({ - // html: true, - // trigger: 'focus', - // template: '', - // 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')) {