Add logging from showDetails()
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index 42585ea..12c4773 100644 (file)
@@ -764,6 +764,7 @@ function team($, teamName) {
             return;
        }
        // request the record
+       debug("showDetails() requesting record '" + recId + "'");
        m_paz.record(recId);
     }