images are positionable

This commit is contained in:
Etienne Roudeix
2013-12-12 15:41:35 +01:00
parent 93537b8d71
commit c9e052188c
7 changed files with 9 additions and 8 deletions

View File

@@ -126,8 +126,6 @@ $(function($){
});
},
stop: function( event, ui ) {
event.preventDefault();
/* update */
var newPosition = ui.item.find('.js-sorted-position').html();
var imageId = ui.item.data('sort-id');