mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-12-28 09:38:50 +01:00
[feature] adding title tag to url text
This commit is contained in:
parent
4adbca69e4
commit
1ab055962a
@ -322,6 +322,9 @@ var link = (function() {
|
|||||||
attr: [{
|
attr: [{
|
||||||
key: "class",
|
key: "class",
|
||||||
value: "link-url-text"
|
value: "link-url-text"
|
||||||
|
}, {
|
||||||
|
key: "title",
|
||||||
|
value: data.url.replace(/^https?\:\/\//i, "").replace(/\/$/, "")
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
var linkControl = helper.makeNode({
|
var linkControl = helper.makeNode({
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
var version = (function() {
|
var version = (function() {
|
||||||
|
|
||||||
// version is normally bumped when the state needs changing or any new functionality is added
|
// version is normally bumped when the state needs changing or any new functionality is added
|
||||||
var current = "2.12.2";
|
var current = "2.13.0";
|
||||||
|
|
||||||
var compare = function(a, b) {
|
var compare = function(a, b) {
|
||||||
var pa = a.split(".");
|
var pa = a.split(".");
|
||||||
|
Loading…
Reference in New Issue
Block a user