Remove console.log() calls, they break some browsers

This commit is contained in:
Bharat Mediratta
2009-06-04 12:12:35 -07:00
parent 65df897fcd
commit fe7779b595

View File

@@ -20,10 +20,8 @@ function togglePanel(element, on_success) {
if ($(element).attr("orig_text")) {
$(element).children(".gButtonText").text($(element).attr("orig_text"));
}
console.log("Removing existing #gPanel");
//togglePanel(element, on_success);
} else {
console.log("Adding #gPanel");
$(parent).after(ePanel);
//showLoading("#here");
$("#gPanel td").html(sHref);