Created
December 5, 2011 08:20
-
-
Save ndv/1432831 to your computer and use it in GitHub Desktop.
setSignInUrls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.Ecwid.OnAPILoaded.add(function() { | |
window.Ecwid.setSignInUrls({ | |
signInUrl: 'http://my.site.com/signin', | |
signOutUrl: 'http://my.site.com/signout' // signOutUrl is optional | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment