Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

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 d75fbcb commit 07e19c0
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 @@ -635,7 +635,7 @@ define(function (require, exports, module) {

// set up toolbar icon
$toolbarIcon = $(Mustache.render(ewfToolbarHtml, Strings));
$toolbarIcon.insertAfter("#toolbar-go-live");
$toolbarIcon.appendTo("#main-toolbar > .buttons");

// begin as though we are offline, but don't add any online listeners
handleOffline(false);
Expand Down

0 comments on commit 07e19c0

Please sign in to comment.