Sha256: 2794840ad674f234b2649f795f4088b3a0bbb677615a2c0cde76befc7274cc57
Contents?: true
Size: 479 Bytes
Versions: 26
Compression:
Stored size: 479 Bytes
Contents
$(function () { if (location.href.match(/\/admin\/products$/)) { if ($("#sel-prd-country").data("prd-country") == 0) { $("#listing_products").removeClass("sortable"); $(".handle").hide(); $(".delfromcountry").hide(); } else { $("#listing_products").addClass("sortable"); $("#listing_products").attr("data-sortable-link", "/admin/products/reorder"); $(".handle").show(); $(".delfromcountry").show(); } } });
Version data entries
26 entries across 26 versions & 1 rubygems