Browse Source

fix interaction between quick-reply and upload-selecton

pull/40/head
czaks 10 years ago
parent
commit
1daa46e82c
  1. 2
      js/quick-reply.js

2
js/quick-reply.js

@ -250,7 +250,7 @@
}
// Remove upload selection
if ($(this).is('#upload_selection')) {
if ($td.is('#upload_selection')) {
$(this).remove();
}

Loading…
Cancel
Save