mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
only use recurly.js from our public libs folder
This commit is contained in:
parent
7940b60144
commit
c3eeefdc5b
2 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
extends ../layout
|
||||
|
||||
block scripts
|
||||
script(src="https://js.recurly.com/v4/recurly.js")
|
||||
|
||||
script(type='text/javascript').
|
||||
window.countryCode = '#{countryCode}'
|
||||
window.plan_code = '#{plan_code}'
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
define [
|
||||
"base",
|
||||
"directives/creditCards"
|
||||
"libs/recurly-4.8.5"
|
||||
], (App)->
|
||||
|
||||
App.controller "NewSubscriptionController", ($scope, MultiCurrencyPricing, abTestManager, $http, sixpack, event_tracking, ccUtils)->
|
||||
|
|
Loading…
Reference in a new issue