mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 06:40:44 +01:00
closes #1680
This commit is contained in:
@@ -161,6 +161,8 @@ define('forum/admin/themes', ['forum/admin/settings'], function(Settings) {
|
||||
};
|
||||
|
||||
Themes.prepareWidgets = function() {
|
||||
$('[data-location="drafts"]').insertAfter($('[data-location="drafts"]').parents('.tab-content'));
|
||||
|
||||
$('#widgets .available-widgets .panel').draggable({
|
||||
helper: function(e) {
|
||||
return $(e.target).parents('.panel').clone().addClass('block').width($(e.target.parentNode).width());
|
||||
|
||||
Reference in New Issue
Block a user