[bug] fix search text alignment control dependency

This commit is contained in:
zombieFox 2019-07-03 23:32:16 +01:00
parent 9eadca0065
commit a8ddae2c53
3 changed files with 4 additions and 2 deletions

View File

@ -2630,6 +2630,7 @@ var control = (function() {
helper.e(".control-header-search-engine-giphy").disabled = false;
helper.e(".control-header-search-engine-bing").disabled = false;
helper.e(".control-header-search-engine-custom").disabled = false;
helper.e(".control-header-search-text-alignment-grid").removeAttribute("disabled");
helper.e(".control-header-search-text-alignment-label").removeAttribute("disabled");
helper.e(".control-header-search-text-alignment-left").disabled = false;
helper.e(".control-header-search-text-alignment-center").disabled = false;
@ -2651,6 +2652,7 @@ var control = (function() {
helper.e(".control-header-search-engine-giphy").disabled = true;
helper.e(".control-header-search-engine-bing").disabled = true;
helper.e(".control-header-search-engine-custom").disabled = true;
helper.e(".control-header-search-text-alignment-grid").setAttribute("disabled", "");
helper.e(".control-header-search-text-alignment-label").setAttribute("disabled", "");
helper.e(".control-header-search-text-alignment-left").disabled = true;
helper.e(".control-header-search-text-alignment-center").disabled = true;

View File

@ -1,6 +1,6 @@
var version = (function() {
var current = "3.30.6";
var current = "3.30.7";
var compare = function(a, b) {
var pa = a.split(".");

View File

@ -2,7 +2,7 @@
"name": "nightTab",
"short_name": "nightTab",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"version": "3.30.6",
"version": "3.30.7",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"