From b50b7bebf1e21613f9c4a0d03cb7466de3aa2094 Mon Sep 17 00:00:00 2001 From: Patrick Donelan Date: Fri, 3 Apr 2009 05:04:02 +0000 Subject: [PATCH] Converted firebug console.log into YAHOO.log to unbreak Survey DnD --- www/extras/wobject/Survey/dd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/extras/wobject/Survey/dd.js b/www/extras/wobject/Survey/dd.js index 5c7feacb2..9275c45a4 100644 --- a/www/extras/wobject/Survey/dd.js +++ b/www/extras/wobject/Survey/dd.js @@ -93,7 +93,7 @@ YAHOO.extend(Survey.DDList, YAHOO.util.DDProxy, { // notifications for the list. if (destEl.nodeName.toLowerCase() == "li") { currentDest = destEl; -console.log(destEl); +YAHOO.log(destEl); var orig_p = srcEl.parentNode; var p = destEl.parentNode;