diff --git a/app/assets/v2/js/pages/townsquare.js b/app/assets/v2/js/pages/townsquare.js index 749c8ccbd0d..38a8c74ed96 100644 --- a/app/assets/v2/js/pages/townsquare.js +++ b/app/assets/v2/js/pages/townsquare.js @@ -94,6 +94,7 @@ $(document).ready(function() { if (timeFuture && (timeDiff < 0)) { $(this).html('now'); $(this).parents('.offer_container').addClass('animate').removeClass('empty'); + $(this).removeAttr('data-time'); // let btn = `View Action`; // return $(this).parent().next().html(btn);