Fix position of sidebar toggle button

This commit is contained in:
Samy Pessé
2015-10-14 13:35:03 +02:00
parent 05943db3b5
commit fef4dfd05e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ function updateButton(opts) {
}
if (_.isNumber(opts.index) && opts.index >= 0) {
insertAt($toolbar, '.btn, .dropdown', opts.index, $result);
insertAt($toolbar, '.btn, .dropdown, h1', opts.index, $result);
} else {
$result.insertBefore($title);
}