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
b8146789
Commit
b8146789
authored
Nov 15, 2016
by
Gregory Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
register dateutil_factory in request.js
parent
f8b90f22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
lms/envs/common.py
+1
-0
lms/static/js/dateutil_factory.js
+0
-1
lms/static/lms/js/build.js
+2
-1
No files found.
lms/envs/common.py
View file @
b8146789
...
@@ -1724,6 +1724,7 @@ REQUIRE_JS_PATH_OVERRIDES = {
...
@@ -1724,6 +1724,7 @@ REQUIRE_JS_PATH_OVERRIDES = {
'moment-timezone'
:
'common/js/vendor/moment-timezone-with-data.js'
,
'moment-timezone'
:
'common/js/vendor/moment-timezone-with-data.js'
,
'js/courseware/course_home_events'
:
'js/courseware/course_home_events.js'
,
'js/courseware/course_home_events'
:
'js/courseware/course_home_events.js'
,
'js/courseware/accordion_events'
:
'js/courseware/accordion_events.js'
,
'js/courseware/accordion_events'
:
'js/courseware/accordion_events.js'
,
'js/dateutil_factory'
:
'js/dateutil_factory.js'
,
'js/courseware/link_clicked_events'
:
'js/courseware/link_clicked_events.js'
,
'js/courseware/link_clicked_events'
:
'js/courseware/link_clicked_events.js'
,
'js/courseware/toggle_element_visibility'
:
'js/courseware/toggle_element_visibility.js'
,
'js/courseware/toggle_element_visibility'
:
'js/courseware/toggle_element_visibility.js'
,
'js/student_account/logistration_factory'
:
'js/student_account/logistration_factory.js'
,
'js/student_account/logistration_factory'
:
'js/student_account/logistration_factory.js'
,
...
...
lms/static/js/dateutil_factory.js
View file @
b8146789
...
@@ -93,4 +93,3 @@
...
@@ -93,4 +93,3 @@
return
DateUtilFactory
;
return
DateUtilFactory
;
});
});
}).
call
(
this
,
define
||
RequireJS
.
define
);
}).
call
(
this
,
define
||
RequireJS
.
define
);
lms/static/lms/js/build.js
View file @
b8146789
...
@@ -40,7 +40,8 @@
...
@@ -40,7 +40,8 @@
'lms/js/preview/preview_factory'
,
'lms/js/preview/preview_factory'
,
'support/js/certificates_factory'
,
'support/js/certificates_factory'
,
'support/js/enrollment_factory'
,
'support/js/enrollment_factory'
,
'teams/js/teams_tab_factory'
'teams/js/teams_tab_factory'
,
'js/dateutil_factory'
]),
]),
/**
/**
...
...
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