mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
Merge pull request #1703 from char101/patch-8
Fix widget drafts position
This commit is contained in:
@@ -161,7 +161,7 @@ define('forum/admin/themes', ['forum/admin/settings'], function(Settings) {
|
||||
};
|
||||
|
||||
Themes.prepareWidgets = function() {
|
||||
$('[data-location="drafts"]').insertAfter($('[data-location="drafts"]').parents('.tab-content'));
|
||||
$('[data-location="drafts"]').insertAfter($('[data-location="drafts"]').closest('.tab-content'));
|
||||
|
||||
$('#widgets .available-widgets .panel').draggable({
|
||||
helper: function(e) {
|
||||
|
||||
Reference in New Issue
Block a user