fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
editor: edumed exercise - allow for exercise insertion after the edited one
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
documentSummary.js
diff --git
a/src/editor/modules/rng/documentSummary.js
b/src/editor/modules/rng/documentSummary.js
index
fe593c3
..
8e6927d
100644
(file)
--- a/
src/editor/modules/rng/documentSummary.js
+++ b/
src/editor/modules/rng/documentSummary.js
@@
-8,7
+8,7
@@
var $ = require('libs/jquery'),
var view = {
- dom: $('<
div class="documentSummary"></div
>'),
+ dom: $('<
ul></ul
>'),
init: function(config, doc) {
this.config = config;
this.doc = doc;