Gallery sort bug OKAY

This commit is contained in:
fredtempez 2022-04-01 10:10:15 +02:00
parent 714f3b8ceb
commit 0ec7a8dc4e
1 changed files with 1 additions and 5 deletions

View File

@ -21,12 +21,8 @@ $( document ).ready(function() {
$("#galleryTable").tableDnD({
onDrop: function(table, row) {
$("#galleryConfigFilterResponse").val($.tableDnD.serialize());
},
onDragStop : function(table, row) {
// Affiche le bouton de tri après un déplacement
//$(":input[type='submit']").prop('disabled', false);
// Sauvegarde le tri
sortGalleries();
location.reload();
},
// Supprime le tiret des séparateurs
serializeRegexp: ""