Browse Source

fix interaction between quick-reply and upload-selecton

pull/40/head
czaks 11 years ago
committed by Michael Foster
parent
commit
9b62a2db65
  1. 2
      js/quick-reply.js

2
js/quick-reply.js

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

Loading…
Cancel
Save