Commit 40c74c3a by sanfordstudent

Merge pull request #12406 from edx/sstudent/TNL-4530

removing redundant fields from outline.selected event
parents 4a9e7c74 4e7a24e7
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
Logger.log( Logger.log(
"edx.ui.lms.outline.selected", "edx.ui.lms.outline.selected",
{ {
name: "edx.ui.lms.outline.selected",
event_type: "edx.ui.lms.outline.selected",
current_url: window.location.href, current_url: window.location.href,
target_url: event.currentTarget.href, target_url: event.currentTarget.href,
target_name: $(this).find("p.accordion-display-name").text(), target_name: $(this).find("p.accordion-display-name").text(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment