Sha256: da45b5640f1e0b844f7200d4d8b6068b33df918d2760089f407134296b1d4b41
Contents?: true
Size: 292 Bytes
Versions: 20
Compression:
Stored size: 292 Bytes
Contents
Spree.fetchAccount = function () { return $.ajax({ url: Spree.localizedPathFor('account_link') }).done(function (data) { Spree.accountFetched = true return $('#link-to-account').html(data) }) } Spree.ready(function () { if (!Spree.accountFetched) Spree.fetchAccount() })
Version data entries
20 entries across 20 versions & 1 rubygems