projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d340c86
)
Reinstate "Related Topics" widget.
author
Mike Taylor
<mike@indexdata.com>
Wed, 21 May 2014 16:17:30 +0000
(17:17 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 21 May 2014 16:17:30 +0000
(17:17 +0100)
Which doesn't work.
examples/htdocs/mkws-widget-credo.js
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-credo.js
b/examples/htdocs/mkws-widget-credo.js
index
34ee2f8
..
b7f8f4f
100644
(file)
--- a/
examples/htdocs/mkws-widget-credo.js
+++ b/
examples/htdocs/mkws-widget-credo.js
@@
-37,7
+37,7
@@
mkws.registerWidgetType('Credo', function() {
s.push(section('mindmap', 'Create a Mind Map for ### title',
'### Is there a way to make a mind-map?'));
s.push(section('topics', 'Related Topics',
- 1 || this.subwidget('Facet', { facet: 'subject' })));
+ this.subwidget('Facet', { facet: 'subject' })));
s.push('</td>');
s.push('</tr>');