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

Commit

Permalink
Update l10n.js, fix error in firetext.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Smith committed Jul 9, 2014
1 parent 66f9558 commit 073a686
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 219 deletions.
8 changes: 4 additions & 4 deletions scripts/firetext.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ firetext.init = function () {
getURLs(function(){

});

// Initialize Settings
firetext.settings.init();

// Initialize language handler
firetext.language(firetext.settings.get('language'));
Expand Down Expand Up @@ -105,10 +108,7 @@ firetext.init = function () {
regions.nav('welcome');

// Initialize the editor
initEditor(function() {
// Initialize Settings
firetext.settings.init();

initEditor(function() {
// Init extIcon
extIcon();

Expand Down
Loading

0 comments on commit 073a686

Please sign in to comment.