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
770df009
Commit
770df009
authored
Feb 11, 2014
by
Diana Huang
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2493 from danielcebrian/daniel-branch-fix
fixed conflict between Annotator and internationalitation
parents
2e28279b
1a62379a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
16 deletions
+5
-16
common/static/js/vendor/ova/annotator-full.js
+5
-16
No files found.
common/static/js/vendor/ova/annotator-full.js
View file @
770df009
...
@@ -121,25 +121,14 @@ getNodePosition = function(node) {
...
@@ -121,25 +121,14 @@ getNodePosition = function(node) {
*/
*/
// Generated by CoffeeScript 1.6.3
// Generated by CoffeeScript 1.6.3
var
$
,
Util
,
gettext
,
_gettext
,
_ref
,
_t
;
var
$
,
Util
,
gettext
_annotator
,
_ref
,
_t
;
gettext
=
null
;
gettext_annotator
=
function
(
msgid
)
{
return
msgid
;
if
(
typeof
Gettext
!==
"undefined"
&&
Gettext
!==
null
)
{
};
_gettext
=
new
Gettext
({
domain
:
"annotator"
});
gettext
=
function
(
msgid
)
{
return
_gettext
.
gettext
(
msgid
);
};
}
else
{
gettext
=
function
(
msgid
)
{
return
msgid
;
};
}
_t
=
function
(
msgid
)
{
_t
=
function
(
msgid
)
{
return
gettext
(
msgid
);
return
gettext
_annotator
(
msgid
);
};
};
if
(
!
(
typeof
jQuery
!==
"undefined"
&&
jQuery
!==
null
?
(
_ref
=
jQuery
.
fn
)
!=
null
?
_ref
.
jquery
:
void
0
:
void
0
))
{
if
(
!
(
typeof
jQuery
!==
"undefined"
&&
jQuery
!==
null
?
(
_ref
=
jQuery
.
fn
)
!=
null
?
_ref
.
jquery
:
void
0
:
void
0
))
{
...
...
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