Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. receive: function(ev, ui) {
  2. if($("img", this).length == 1) {
  3. $(ui.sender).sortable('cancel');
  4. return;
  5. }
  6. }
Add Comment
Please, Sign In to add comment