Sha256: 747e8269b3c8c86ed9b24235a8ad5f394e6d604b88e8df3f5d7de6a1c0d9326a

Contents?: true

Size: 673 Bytes

Versions: 3

Compression:

Stored size: 673 Bytes

Contents

I"�(function() {
  $(document).on("ready page:load", function() {
    $(".customer_vault select[name*=tag]").map(function() {
      return $(this).selectize({
        create: true,
        plugins: ["remove_button"]
      });
    });
    $(".customer_vault .filters select[name*=tag]").map(function() {
      if (this.selectize) {
        return this.selectize.settings.create = false;
      }
    });
    return $("form").map(function() {
      var input;
      input = document.createElement("input");
      input.type = "hidden";
      input.name = "back_url";
      input.value = location.href;
      return alert(location.href);
    });
  });

}).call(this);
:ET

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
customer_vault-1.3.2 spec/dummy/tmp/cache/assets/development/sprockets/v3.0/p9vt9sxz-vwLzmIVDZ_1xlMgNiSR-i9h5-zh55Bktjo.cache
customer_vault-1.3.1 spec/dummy/tmp/cache/assets/development/sprockets/v3.0/p9vt9sxz-vwLzmIVDZ_1xlMgNiSR-i9h5-zh55Bktjo.cache
customer_vault-1.3.0 spec/dummy/tmp/cache/assets/development/sprockets/v3.0/p9vt9sxz-vwLzmIVDZ_1xlMgNiSR-i9h5-zh55Bktjo.cache