Skip to content

Commit

Permalink
Fix broken user.js, which broke compatibility with new TB versions.
Browse files Browse the repository at this point in the history
MR #7 fixed compatibility with Thunderbird 60 by using strict mode in
all JavaScript files. However, user.js is not a regular script file, so
adding `use strict;` there broke the extension. (This may have affected
only new installations.?)

This commit fixes #9.
  • Loading branch information
ingomueller-net committed Nov 21, 2018
1 parent 5a97697 commit 63c750a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/defaults/preferences/user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use strict";

/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
Expand Down
2 changes: 1 addition & 1 deletion src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>{4C9FE6FE-2C83-11DC-90B4-DC8456D89593}</em:id>
<em:version>0.8.3</em:version>
<em:version>0.8.4</em:version>
<em:type>2</em:type>

<em:name>ThunderBirthDay</em:name>
Expand Down

0 comments on commit 63c750a

Please sign in to comment.