From bc0c13828f999fa769724403526f372e0d730e29 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 24 Mar 2014 13:09:28 -0400 Subject: [PATCH] Add segment.io tracking for legacy instructor dashboard LMS-1296 --- lms/static/coffee/src/instructor_dashboard_tracking.coffee | 2 +- lms/templates/courseware/instructor_dashboard.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/static/coffee/src/instructor_dashboard_tracking.coffee b/lms/static/coffee/src/instructor_dashboard_tracking.coffee index a4eab610c8..eaeb3a4862 100644 --- a/lms/static/coffee/src/instructor_dashboard_tracking.coffee +++ b/lms/static/coffee/src/instructor_dashboard_tracking.coffee @@ -1,4 +1,4 @@ if $('.instructor-dashboard-wrapper').length == 1 - analytics.track "Loaded an Instructor Dashboard Page", + analytics.track "Loaded a Legacy Instructor Dashboard Page", location: window.location.pathname dashboard_page: $('.navbar .selectedmode').text() diff --git a/lms/templates/courseware/instructor_dashboard.html b/lms/templates/courseware/instructor_dashboard.html index 88b2a823bf..8b1f1f9585 100644 --- a/lms/templates/courseware/instructor_dashboard.html +++ b/lms/templates/courseware/instructor_dashboard.html @@ -131,7 +131,7 @@ function goto( mode)

${_("Instructor Dashboard")}

-
${_("You are using the legacy instructor dashboard, which will be going away in the near future. Please use the Standard Dashboard. If it is missing functionality, please let us know.")} ${_("Return to the Standard Dashboard")}