$body.on('click', '.tab-you', function () {
        // '.active' class is based on Bootstrap's 'tabbable'
        $('#tab-you-pane').addClass('active')
        $('#tab-everyone-pane').removeClass('active')
      })