supprime console.log

This commit is contained in:
Fred Tempez 2024-10-12 08:15:38 +02:00
parent 9b3c7707f0
commit 1a6fadf976

View File

@ -27,8 +27,6 @@ $( document ).ready(function() {
serializeRegexp: "" serializeRegexp: ""
}); });
console.log($("#galleryEditSort").val());
if ($("#galleryEditSort").val() !== "SORT_HAND") { if ($("#galleryEditSort").val() !== "SORT_HAND") {
$("#galleryTable tr").addClass("nodrag nodrop"); $("#galleryTable tr").addClass("nodrag nodrop");
$(".zwiico-sort").hide(); $(".zwiico-sort").hide();