fix typo in data download tab (LMS-2441)

This commit is contained in:
Adam Palay
2014-03-24 11:59:55 -04:00
parent f3c23e89d5
commit f1c19d02d7

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'