Remove #settings div.

This commit is contained in:
Lars Jung 2015-04-17 23:51:48 +02:00
parent 6bfbebc51e
commit 2f26146228
7 changed files with 6 additions and 9 deletions

View file

@ -130,7 +130,7 @@ modulejs.define('view/viewmode', ['_', '$', 'core/settings', 'core/resource', 'c
.appendTo($viewBlock);
}
$viewBlock.appendTo('#settings');
$viewBlock.appendTo('#sidebar');
}
function init() {