Skip to content

Commit 181be20

Browse files
committed
[bug] improve drag drop odering click registering
1 parent 27803fb commit 181be20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎js/link.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ var link = (function(){
422422
}]
423423
});
424424
varlinkHandle=helper.makeNode({
425-
tag: "button",
425+
tag: "div",
426426
attr: [{
427427
key: "class",
428428
value: "button button-small link-control-item link-control-item-handle"

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

55
varcompare=function(a,b){
66
varpa=a.split(".");

‎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": "3.16.0",
5+
"version": "3.16.1",
66
"manifest_version": 2,
77
"chrome_url_overrides":{
88
"newtab": "index.html"

0 commit comments

Comments
(0)