Skip to content

Commit 1ab0559

Browse files
committed
[feature] adding title tag to url text
1 parent 4adbca6 commit 1ab0559

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎js/link.js‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ var link = (function(){
322322
attr: [{
323323
key: "class",
324324
value: "link-url-text"
325+
},{
326+
key: "title",
327+
value: data.url.replace(/^https?\:\/\//i,"").replace(/\/$/,"")
325328
}]
326329
});
327330
varlinkControl=helper.makeNode({

‎js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
varversion=(function(){
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
varcurrent="2.12.2";
4+
varcurrent="2.13.0";
55

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

0 commit comments

Comments
(0)