projects
/
org.fsf.memberdashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79dea0b
)
js: Use the correct profile ID on info page.
author
David Thompson
<davet@gnu.org>
Mon, 20 Oct 2014 18:05:28 +0000
(14:05 -0400)
committer
David Thompson
<davet@gnu.org>
Mon, 20 Oct 2014 18:05:28 +0000
(14:05 -0400)
* assets/js/member-info.js: s/profile_id/profileId/
assets/js/member-info.js
patch
|
blob
|
blame
|
history
diff --git
a/assets/js/member-info.js
b/assets/js/member-info.js
index e6e8b05b93df68231e68c9398328aff88da9f4ba..6aaec0cc1a3d0b94d9f18391e9906048e333d588 100644
(file)
--- a/
assets/js/member-info.js
+++ b/
assets/js/member-info.js
@@
-52,6
+52,6
@@
}
$(document).ready(function() {
- loadProfile(memberDashboard.profile
_i
d, renderProfile);
+ loadProfile(memberDashboard.profile
I
d, renderProfile);
});
})(jQuery);