Skip to content

Commit 54e00b7

Browse files
committed
[bug] fix group border helper becoming disabled when links are not shown
1 parent 6924ad3 commit 54e00b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nightTab",
3-
"version": "4.40.2",
3+
"version": "4.40.3",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/html/menu/menu-content/groups.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1 class="menu-item-header-text">Border</h1>
7676
</div>
7777
</div>
7878
<divclass="form-helper">
79-
<pclass="control-link-area-width-helper form-helper-item">Border between groups may not be visible if there is only one group.</p>
79+
<pclass="control-group-border-helper form-helper-item">Border between groups may not be visible if there is only one group.</p>
8080
</div>
8181
</div>
8282
</div>

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="4.40.2";
3+
varcurrent="4.40.3";
44

55
varname="Naughty Goose";
66

‎src/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nightTab",
33
"short_name": "nightTab",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
5-
"version": "4.40.2",
5+
"version": "4.40.3",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)