Skip to content

Commit

Permalink
hack around the image upload problems
Browse files Browse the repository at this point in the history
  • Loading branch information
X41 committed Sep 14, 2015
1 parent 9c19243 commit 3c82697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
contentType: false,
headers: {'X-Xsrf-Protection': clientVars.xsrf},
type: "POST",
success: function() {
error: function() {
trackEvent("file-attach-profile", null, null, { success: true, userId: clientVars.userId, type: file.type, path: file.name, size: file.size, uploadSize: shrunk.size });
window.location.reload();
}
Expand Down

0 comments on commit 3c82697

Please sign in to comment.