From 244d71a9535509f86a183e9dc96e056a79c66229 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 17 Jan 2013 00:50:16 -0500 Subject: [PATCH] GitTip match. --- media/js/pro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/js/pro.js b/media/js/pro.js index 7ea43c5..ff9e6e4 100644 --- a/media/js/pro.js +++ b/media/js/pro.js @@ -8,7 +8,7 @@ $(function() { // Populate any GitTip widgets. if (window.gittip_username) { $aside.html($aside.html().replace( - '[[ gittip ]]', + '[[gittip]]', '') ); $('iframe', $aside).parent('p').prev('p').css('margin-bottom', '10px');