Skip to content

Commit

Permalink
Fixed a bug where the multipleselects would "jam" on drop.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdandrieux committed Jul 23, 2015
1 parent 1021b3c commit 25cc2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grandcentral/field/template/js/multipleselect.plugin.js
Expand Up @@ -194,7 +194,7 @@
stop:function(event, ui)
{
// Show the available back
$(this).show('fast');
$(this).show();
},
});
}
Expand Down

0 comments on commit 25cc2ff

Please sign in to comment.