This commit is contained in:
psychobunny
2014-02-21 01:54:48 -05:00
parent a2942e22cc
commit 7e767da73e

View File

@@ -155,6 +155,7 @@ define(['forum/admin/settings'], function(Settings) {
if (!el.hasClass('block')) {
el.addClass('block')
.droppable({
accept: '[data-container-html]',
drop: function(event, ui) {
var el = $(this);