Skip to content

Commit c2ed30c

Browse files
committed
[bug] fix opacity direction
1 parent ab65ca1 commit c2ed30c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.19.3",
3+
"version": "4.19.4",
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/js/control.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ var control = (function(){
17501750
element: helper.e(".control-header-shade-opacity"),
17511751
path: "header.shade.opacity",
17521752
type: "range",
1753-
valueMod: ["reverse","float"],
1753+
valueMod: ["float"],
17541754
rangeCountElement: helper.e(".control-header-shade-opacity-count"),
17551755
func: function(){
17561756
header.render.opacity();
@@ -2986,7 +2986,7 @@ var control = (function(){
29862986
element: helper.e(".control-theme-shade-opacity"),
29872987
path: "theme.shade.opacity",
29882988
type: "range",
2989-
valueMod: ["reverse","float"],
2989+
valueMod: ["float"],
29902990
rangeCountElement: helper.e(".control-theme-shade-opacity-count"),
29912991
func: function(){
29922992
theme.render.shade.opacity();
@@ -3102,7 +3102,7 @@ var control = (function(){
31023102
element: helper.e(".control-background-image-opacity"),
31033103
path: "background.image.opacity",
31043104
type: "range",
3105-
valueMod: ["reverse","float"],
3105+
valueMod: ["float"],
31063106
rangeCountElement: helper.e(".control-background-image-opacity-count"),
31073107
func: function(){
31083108
background.render.opacity();

‎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.19.3";
3+
varcurrent="4.19.4";
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.19.3",
5+
"version": "4.19.4",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)