mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user