diff --git a/web/app/assets/javascripts/checkout_utils.js.coffee b/web/app/assets/javascripts/checkout_utils.js.coffee index 4570bd052..c16e09f9b 100644 --- a/web/app/assets/javascripts/checkout_utils.js.coffee +++ b/web/app/assets/javascripts/checkout_utils.js.coffee @@ -29,7 +29,7 @@ class CheckoutUtils @logger.debug("deleted preserve billing"); - unless $.cookie(@cookie_name)? + if $.cookie(@cookie_name)? @logger.error("after deleting the preserve billing cookie, it still exists!") diff --git a/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee b/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee index 4270ee588..57805b0fd 100644 --- a/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/JamTrackLandingScreen.js.jsx.coffee @@ -36,11 +36,11 @@ MIX_MODES = context.JK.MIX_MODES

search jamtracks

-
To search by the name of the original artist, band, or song name, enter your search words below:
+
To search by the name of the original artist, band, or song name, enter your search words below:
- +
-
To search by genre and instrument, make your selections below:
+
To search by genre and instrument, make your selections below: