Skip to content

Commit

Permalink
Fixed #4938
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Sep 13, 2019
1 parent e6cd1b1 commit 3903a2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/updates/dist/UpdatesUtility.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

if (this.allowUpdates && this.installableUpdates.length > 1) {
this.createUpdateForm(Craft.t('app', 'Update all'), this.installableUpdates)
.insertAfter($('#header h1 + .flex-grow'));
.insertAfter($('#header > .flex:last'));
}
} else {
$graphic.addClass('success');
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/updates/dist/UpdatesUtility.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3903a2a

Please sign in to comment.