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
0c90b04e
Commit
0c90b04e
authored
Jul 14, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add JQuery timepicker CSS to the unit and container templates
parent
95dd2aad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
cms/templates/container.html
+1
-0
cms/templates/unit.html
+1
-0
No files found.
cms/templates/container.html
View file @
0c90b04e
...
...
@@ -22,6 +22,7 @@ from django.utils.translation import ugettext as _
</
%
block>
<
%
block
name=
"jsextra"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('js/vendor/timepicker/jquery.timepicker.css')}"
/>
<
%
main_xblock_info =
{
'
id
'
:
str
(
xblock_locator
),
...
...
cms/templates/unit.html
View file @
0c90b04e
...
...
@@ -19,6 +19,7 @@ from django.utils.translation import ugettext as _
</
%
block>
<
%
block
name=
"jsextra"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"${static.url('js/vendor/timepicker/jquery.timepicker.css')}"
/>
<script
type=
'text/javascript'
>
require
([
"domReady!"
,
"jquery"
,
"js/models/module_info"
,
"coffee/src/views/unit"
,
"js/collections/component_template"
,
"xmodule"
,
"jquery.ui"
,
"coffee/src/main"
,
"xblock/cms.runtime.v1"
],
...
...
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