From f1c19d02d75874e8bdb5c129c9a7acd92a10cbac Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Mon, 24 Mar 2014 11:59:55 -0400 Subject: [PATCH] fix typo in data download tab (LMS-2441) --- lms/static/coffee/src/instructor_dashboard/data_download.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/coffee/src/instructor_dashboard/data_download.coffee b/lms/static/coffee/src/instructor_dashboard/data_download.coffee index d2e0260e42..535f3d2b16 100644 --- a/lms/static/coffee/src/instructor_dashboard/data_download.coffee +++ b/lms/static/coffee/src/instructor_dashboard/data_download.coffee @@ -45,7 +45,7 @@ class DataDownload # this handler binds to both the download # and the csv button @$list_studs_csv_btn.click (e) => - url = @$list_studs_btn.data 'endpoint' + url = @$list_studs_csv_btn.data 'endpoint' # handle csv special case # redirect the document to the csv file. url += '/csv'