diff options
-rw-r--r-- | polldance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polldance.js b/polldance.js index 9623bc7..bd90fc6 100644 --- a/polldance.js +++ b/polldance.js @@ -326,7 +326,7 @@ var DEBUG = true; xhr.send(body); - consoleinfo("PD: XHR start"); + consoleinfo("PD: XHR start " + url); return xhr; }; |