function toggleStatsColumns(){var n=$("#store-statistics-wrapper table td.hide-on-sm")[0].className.indexOf("rating-today")!=-1?"rating-month":"rating-today";n=="rating-today"?($(".rating-month").removeClass("hide-on-sm"),$(".rating-today").addClass("hide-on-sm")):($(".rating-month").addClass("hide-on-sm"),$(".rating-today").removeClass("hide-on-sm"))}function toggleTradingHours(){var n=$(".store-details-text .trading-time").slice(1),t=$(".info-row .show-all-hours");n.hasClass("hide-on-mobile")?(n.removeClass("hide-on-mobile"),t.hide()):(n.addClass("hide-on-mobile"),t.show())}function openRating(){$("#storeRatingModal").modal({})}