Skip to content

Commit 1c0a499

Browse files
committed
[bug] fix control value modify loop
1 parent 8a234de commit 1c0a499

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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": "5.7.0",
3+
"version": "5.7.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7357,15 +7357,15 @@ var control = (function(){
73577357
});
73587358
};
73597359
if(object.valueModify){
7360-
object.mirrorElement.forEach(function(arrayItem,index){
7360+
for(varkeyinobject.valueModify){
73617361
helper.e(object.element).addEventListener(bind.control.eventType[object.type],function(event){
73627362
var_update=function(){
73637363
render.update.control.menu(object);
73647364
};
73657365
clearTimeout(bind.control.timer.inputUpdate);
73667366
bind.control.timer.inputUpdate=setTimeout(_update,1000);
73677367
},false);
7368-
});
7368+
};
73697369
};
73707370
},
73717371
header: function(object){

‎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="5.7.0";
3+
varcurrent="5.7.1";
44

55
varname="Zonked Tarsier";
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": "5.7.0",
5+
"version": "5.7.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)