From: Mike Taylor Date: Mon, 9 Jun 2014 14:30:24 +0000 (+0100) Subject: Remove caption reference to Credo X-Git-Tag: 1.0.0~521 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=4a12b387ac6f6afb93d91c1dfb3deadaf4a9c3bb;p=mkws-moved-to-github.git Remove caption reference to Credo --- diff --git a/examples/htdocs/mkws-widget-credo-bs.js b/examples/htdocs/mkws-widget-credo-bs.js index 893ceef..5847f16 100644 --- a/examples/htdocs/mkws-widget-credo-bs.js +++ b/examples/htdocs/mkws-widget-credo-bs.js @@ -59,7 +59,7 @@ mkws.registerWidgetType('Credo', function() { s.push('
'); - s.push(section('entries clearfix col-md-4 col-sm-6', 'Credo Entries', + s.push(section('entries clearfix col-md-4 col-sm-6', 'Results from all targets', this.subwidget('Records', { _team: 'main' }))); s.push(section('articles clearfix col-md-4 col-sm-6', 'Articles', this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles' })));