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

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
<b>[locale(s)]</b>
- Russian (ru) translation updated (thanks to Alexei)
- Ukrainian (uk) translation updated (thanks to Sacredwheels)
- Portuguese (pt-BR) translation updated (thanks to igorruckert)
- Estonian (et) translation updated (thanks to Maidur)

<b>[fix(es)]</b>
- Fx56 & 'alt. autocomple popup': missing scrollbars (Fx bug, occurs
with default appearance too)
- Fx56 & 'alt. about:addons' page: gray text for installed disabled
add-ons in search results
- Fx55-56: menu button dropmarkers

<b>[general change(s)]</b>
- CTR prefwindow: "CTR & Firefox57+" button is now visible for all Fx
versions
- CTR prefwindow: "CTR & Firefox57+" button opens two Github links
  • Loading branch information
Aris-t2 committed Sep 12, 2017
1 parent 1212c34 commit 5d7e90e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion xpi/content/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ classicthemerestorerjso.ctr = {

if (this.appversion < 53) {
document.getElementById('ctraddon_pw_ttoverflow').style.visibility = 'collapse';
document.getElementById('ctraddon_button_fx57').style.visibility = 'collapse';
}

if (this.appversion < 54) {
Expand Down
2 changes: 1 addition & 1 deletion xpi/content/options.xul
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@
<button label="Classic Toolbar Buttons" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://addons.mozilla.org/addon/cstbb/versions/'); };"/>
<button label="CustomizeMyBird" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://addons.mozilla.org/addon/customizemybird/'); };"/>
<spacer flex="1" />
<button label="CTR &amp; &brandShortName; 57+" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/ClassicThemeRestorer/issues/299'); };" id="ctraddon_button_fx57"/>
<button label="CTR &amp; &brandShortName; 57+" onclick="if(event.button == 0) { window.close(); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/ClassicThemeRestorer/issues/365'); classicthemerestorerjso.ctr.openNewTabLinkFromPW('https://github.com/Aris-t2/ClassicThemeRestorer/issues/299'); };" id="ctraddon_button_fx57"/>
<spacer flex="1" />
<button label="&Ctr_support;" id="ctraddon_support" popup="ctr_pw_supportPopup"/>
<button dlgtype="accept" id="ctraddon_pw_okbutton"/>
Expand Down
2 changes: 1 addition & 1 deletion xpi/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description rdf:about="urn:mozilla:install-manifest">
<em:id>ClassicThemeRestorer@ArisT2Noia4dev</em:id>
<em:name>Classic Theme Restorer</em:name>
<em:version>1.7.0beta2</em:version>
<em:version>1.7.0</em:version>
<em:type>2</em:type>
<em:multiprocessCompatible>true</em:multiprocessCompatible>

Expand Down

0 comments on commit 5d7e90e

Please sign in to comment.