Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1896372c
Commit
1896372c
authored
Jun 01, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tracking for certificate request / survey.
parent
66a01957
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
templates/profile.html
+2
-8
No files found.
templates/profile.html
View file @
1896372c
...
...
@@ -161,10 +161,7 @@ $(function() {
$
(
"#cert_request_error"
).
html
(
data
.
error
);
}
});
//TODO: What do I log here?
// log_event("profile", {"type":"email_change_request",
// "old_email":"${email}",
// "new_email":new_email});
log_event
(
"certificate_request"
,
values
);
return
false
;
});
...
...
@@ -186,10 +183,7 @@ $(function() {
$
(
"#survey_error"
).
html
(
data
.
error
);
}
});
//TODO: What do I log here?
// log_event("profile", {"type":"email_change_request",
// "old_email":"${email}",
// "new_email":new_email});
log_event
(
"exit_survey_submission"
,
values
);
return
false
;
});
%
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment