Merge pull request #3041 from edx/adam/fix-data-download

fix typo in data download tab (LMS-2441)
This commit is contained in:
Adam
2014-03-24 14:43:58 -04:00

View File

@@ -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'