From 4a12b387ac6f6afb93d91c1dfb3deadaf4a9c3bb Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 9 Jun 2014 15:30:24 +0100 Subject: [PATCH] Remove caption reference to Credo --- examples/htdocs/mkws-widget-credo-bs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }))); -- 1.7.10.4