mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-24 09:03:39 +01:00
[bug] improve drag drop odering click registering
This commit is contained in:
parent
27803fbc3f
commit
181be20c76
@ -422,7 +422,7 @@ var link = (function() {
|
||||
}]
|
||||
});
|
||||
var linkHandle = helper.makeNode({
|
||||
tag: "button",
|
||||
tag: "div",
|
||||
attr: [{
|
||||
key: "class",
|
||||
value: "button button-small link-control-item link-control-item-handle"
|
||||
|
@ -1,6 +1,6 @@
|
||||
var version = (function() {
|
||||
|
||||
var current = "3.16.0";
|
||||
var current = "3.16.1";
|
||||
|
||||
var compare = function(a, b) {
|
||||
var pa = a.split(".");
|
||||
|
@ -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.16.0",
|
||||
"version": "3.16.1",
|
||||
"manifest_version": 2,
|
||||
"chrome_url_overrides": {
|
||||
"newtab": "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user