From: Mike Taylor Date: Thu, 15 May 2014 12:38:05 +0000 (+0100) Subject: Change wording of some logging messages. X-Git-Tag: 1.0.0~666^2~15 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=7403471b18babe7f2a859877f5153f68d489d8e4;p=mkws-moved-to-github.git Change wording of some logging messages. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index a1f664a..25d7d07 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -83,12 +83,11 @@ function team($, teamName) { that.log = log; - log("start running MKWS"); + log("making new widget team"); m_sortOrder = m_config.sort_default; m_perpage = m_config.perpage_default; - log("Create main pz2 object"); // create a parameters array and pass it to the pz2's constructor // then register the form submit event with the pz2.search function // autoInit is set to true on default @@ -104,6 +103,7 @@ function team($, teamName) { "showtime": 500, //each timer (show, stat, term, bytarget) can be specified this way "termlist": m_config.facets.join(',') }); + log("created main pz2 object"); // pz2.js event handlers: function onInit() {