X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fjquery.sortable.js;fp=www%2Fjquery.sortable.js;h=6395b5215645280c444aa81561a25ea0e4df3761;hb=76ecd6d95520243c1789c330fe51f59cc911c74d;hp=3e59fe654b86cd0c85c23f2369247e5f1e17c8ce;hpb=26341dfbe99a6109175181170e6ea56cb65cf502;p=readifood.git diff --git a/www/jquery.sortable.js b/www/jquery.sortable.js index 3e59fe6..6395b52 100644 --- a/www/jquery.sortable.js +++ b/www/jquery.sortable.js @@ -1,7 +1,7 @@ $(function() { $(".sortable").sortable({ axis: "y", - containment: "parent", + containment: "document", placeholder: "sortplaceholder", forcePlaceholderSize: true, start: function( event, ui ) { ui.item.addClass('sortdragging'); },