fix #1256 by changing the layout of the context view to match the project view

This commit is contained in:
Reinier Balt 2012-03-21 18:09:20 +01:00
parent f9232a7e9d
commit dea8734498
9 changed files with 57 additions and 63 deletions

View file

@ -891,7 +891,7 @@ var ContextListPage = {
/* make the two state lists of context sortable */
$(['active', 'hidden']).each(function() {
$("#list-contexts-"+this).sortable({
handle: '.handle',
handle: '.grip',
update: update_order
})
});