Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f62c7e24
Commit
f62c7e24
authored
Nov 03, 2016
by
alisan617
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a typo
parent
fd6d8b6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lms/static/js/instructor_dashboard/util.js
+4
-4
No files found.
lms/static/js/instructor_dashboard/util.js
View file @
f62c7e24
/* globals _, Logger, Slick, tinyMCE, InstructorDashboard */
/* globals _, Logger, Slick, tinyMCE, InstructorDashboard
, PendingInstructorTasks, createTaskListTable
*/
(
function
()
{
'use strict'
;
...
...
@@ -379,7 +379,7 @@
url
:
listEndpoint
,
success
:
function
(
data
)
{
if
(
data
.
tasks
.
length
)
{
ths
.
createTaskListTable
(
ths
.
$table_running_tasks
,
data
.
tasks
);
createTaskListTable
(
ths
.
$table_running_tasks
,
data
.
tasks
);
ths
.
$no_tasks_message
.
hide
();
return
ths
.
$running_tasks_section
.
show
();
}
else
{
...
...
@@ -526,10 +526,10 @@
plantInterval
:
plantInterval
,
statusAjaxError
:
this
.
statusAjaxError
,
IntervalManager
:
IntervalManager
,
createTaskListTable
:
this
.
createTaskListTable
,
createTaskListTable
:
createTaskListTable
,
createEmailContentTable
:
createEmailContentTable
,
createEmailMessageViews
:
createEmailMessageViews
,
PendingInstructorTasks
:
this
.
PendingInstructorTasks
,
PendingInstructorTasks
:
PendingInstructorTasks
,
KeywordValidator
:
KeywordValidator
,
ReportDownloads
:
this
.
ReportDownloads
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment