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
28f229b7
Commit
28f229b7
authored
Oct 18, 2013
by
polesye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment.
parent
ef3acaa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
cms/static/js/views/metadata.js
+9
-1
No files found.
cms/static/js/views/metadata.js
View file @
28f229b7
...
...
@@ -306,7 +306,15 @@ function(Backbone, _, MetadataModel, AbstractEditor, VideoList) {
initialize
:
function
()
{
Metadata
.
AbstractEditor
.
prototype
.
initialize
.
apply
(
this
);
// Time format: HH:mm:ss
// This list of definitions is used for creating appropriate
// time format mask;
//
// For example, mask 'hH:mM:sS':
// min value: 00:00:00
// max value: 23:59:59
//
// With this mask user cannot set following values:
// 93:23:23, 23:60:60, 77:77:77, etc.
var
definitions
=
{
h
:
'[0-2]'
,
H
:
'[0-3]'
,
...
...
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