Update iD

This commit is contained in:
John Firebaugh 2013-04-19 15:31:32 -07:00
parent d444cc197a
commit 356fa7f2de
33 changed files with 35157 additions and 28048 deletions

View file

@ -18,7 +18,7 @@
} else {
var id = iD()
.embed(true)
.imagePath("/assets/iD/img/")<%# Can't use asset_path('id/img/') in production. %>
.assetPath("/assets/iD/") <%# Can't use asset_path('iD/') in production. %>
.preauth({
<% token = @user.access_token(ID_KEY) %>
url: "<%= request.protocol + request.host_with_port %>",