This commit is contained in:
Julian Lam
2014-02-25 17:07:27 -05:00
parent ee44778e2b
commit f5d1ba4231
3 changed files with 6 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ define(['uploader'], function(uploader) {
$('#entry-container').sortable({
stop: function( event, ui ) {
updateCategoryOrders();
}
},
distance: 10
});
$('.blockclass').each(function() {
$(this).val(this.getAttribute('data-value'));