From 4940713499344c8f1cd984872429ef4868971d42 Mon Sep 17 00:00:00 2001 From: noformnocontent Date: Sat, 29 Dec 2012 14:11:58 -0800 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 7b243ec..4418bc0 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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(/\/$/,'') })