Skip to content

Commit

Permalink
Merge pull request #792 from sanchojaf/patch-2
Browse files Browse the repository at this point in the history
Changed to use token: Spree.api_key
  • Loading branch information
jhawthorn committed Feb 18, 2016
2 parents 3244fa1 + b5ffe7a commit cbd707a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ $ ->
Spree.ajax
type: 'GET'
url: @href
data: (
authenticity_token: AUTH_TOKEN
)
success: (r) ->
($ '#images').html r
($ '.select2').select2()

0 comments on commit cbd707a

Please sign in to comment.