Reinstate "Related Topics" widget.
[mkws-moved-to-github.git] / examples / htdocs / mkws-widget-credo.js
index 34ee2f8..b7f8f4f 100644 (file)
@@ -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>');