mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-08-15 16:32:34 +02:00
[feature] adding title tag to url text
This commit is contained in:
@ -322,6 +322,9 @@ var link = (function() {
|
||||
attr: [{
|
||||
key: "class",
|
||||
value: "link-url-text"
|
||||
}, {
|
||||
key: "title",
|
||||
value: data.url.replace(/^https?\:\/\//i, "").replace(/\/$/, "")
|
||||
}]
|
||||
});
|
||||
var linkControl = helper.makeNode({
|
||||
|
Reference in New Issue
Block a user