Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
ConceptXBlock
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
OpenEdx
ConceptXBlock
Commits
69b9f58c
Commit
69b9f58c
authored
Mar 24, 2014
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Betterish name
parent
364cf802
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
concept/static/js/concept.js
+3
-3
No files found.
concept/static/js/concept.js
View file @
69b9f58c
var
lo_source
=
$
(
"#lo-template"
).
html
();
var
template
=
Handlebars
.
compile
(
lo_source
);
var
lo_
template
=
Handlebars
.
compile
(
lo_source
);
var
xblock_runtime
=
null
;
var
xblock_element
=
null
;
...
...
@@ -24,7 +24,7 @@ function update_item(item, slug, full)
function
create_item
(
slug
,
full
)
{
var
html
=
template
({
title
:
slug
,
render
:
full
});
var
html
=
lo_
template
({
title
:
slug
,
render
:
full
});
var
domitem
=
$
(
html
);
update_item
(
domitem
,
slug
,
full
);
...
...
@@ -117,7 +117,7 @@ function init() {
}
$
(
function
()
{
//var html = template({title:"Hello", render:"Hello world example"});
//var html =
lo_
template({title:"Hello", render:"Hello world example"});
//$("#foo").html(html);
// init();
});
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