Updated Plugins (markdown)

noformnocontent 2012-12-29 14:11:58 -08:00
parent e5c8c08e91
commit 4940713499

@ -84,7 +84,7 @@ ol li .message {
``` js
// show the URIs instead of the names
$('ol li a.name').each(function (i, e) {
$('a.name, h1 a').each(function (i, e) {
e.title = e.innerHTML
e.innerHTML = '^' + e.href.replace(/^http(s)?:\/\//i,'').replace(/\/$/,'')
})