We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adbca6 commit 1ab0559Copy full SHA for 1ab0559
js/link.js
@@ -322,6 +322,9 @@ var link = (function(){
322
attr: [{
323
key: "class",
324
value: "link-url-text"
325
+},{
326
+key: "title",
327
+value: data.url.replace(/^https?\:\/\//i,"").replace(/\/$/,"")
328
}]
329
});
330
varlinkControl=helper.makeNode({
js/version.js
@@ -1,7 +1,7 @@
1
varversion=(function(){
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
-varcurrent="2.12.2";
+varcurrent="2.13.0";
5
6
varcompare=function(a,b){
7
varpa=a.split(".");
0 commit comments