Add logging from showDetails()
authorMike Taylor <mike@indexdata.com>
Fri, 7 Feb 2014 15:47:17 +0000 (15:47 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 7 Feb 2014 15:47:17 +0000 (15:47 +0000)
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);
     }