Sha256: cc7b5f84acb8839355163cf2689664da21a897cbbc5f757bcda422fec5e44ef5
Contents?: true
Size: 336 Bytes
Versions: 8
Compression:
Stored size: 336 Bytes
Contents
class Controller { init() { const self = this $('#new_conversion').on('submit', function(e){ window.track("Conversion Submit", { source: "Registration Form" }) }) $('#new_conversion').on('ajax:success', function(){ top.location = "/conversion" }) } } window.controllers['home'] = new Controller()
Version data entries
8 entries across 8 versions & 1 rubygems