From 7403471b18babe7f2a859877f5153f68d489d8e4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 15 May 2014 13:38:05 +0100 Subject: [PATCH] Change wording of some logging messages. --- src/mkws-team.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 1.7.10.4