mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
@@ -155,6 +155,7 @@ define(['forum/admin/settings'], function(Settings) {
|
|||||||
if (!el.hasClass('block')) {
|
if (!el.hasClass('block')) {
|
||||||
el.addClass('block')
|
el.addClass('block')
|
||||||
.droppable({
|
.droppable({
|
||||||
|
accept: '[data-container-html]',
|
||||||
drop: function(event, ui) {
|
drop: function(event, ui) {
|
||||||
var el = $(this);
|
var el = $(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user