Skip to content

Commit

Permalink
Append the toolbar icon at the end of the buttons div, where it's sup…
Browse files Browse the repository at this point in the history
…posed to be
  • Loading branch information
Ian Wehrman committed Aug 27, 2013
1 parent 9a61285 commit 6dda81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ define(function (require, exports, module) {
// Add the toolbar icon to the toolbar in a disabled state
$toolbarIcon = $(Mustache.render(inspectToolbarHtml, Strings))
.addClass("inactive")
.insertAfter("#toolbar-go-live")
.appendTo("#main-toolbar > .buttons")
.attr("title", Strings.INSPECT_BUTTON);

// Initialize the Inspect administrator
Expand Down

0 comments on commit 6dda81c

Please sign in to comment.