mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-12 17:05:31 -04:00
Remove console.log() calls, they break some browsers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user