Merge pull request #1703 from char101/patch-8

Fix widget drafts position
v1.18.x
psychobunny 11 years ago
commit c8de2c02b4

@ -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) {

Loading…
Cancel
Save