From 998e33681839324ccbc3673a9fbdd8dbcdbee849 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 14 Aug 2015 07:40:07 -0500 Subject: [PATCH] Remove extraneous white space --- common/script/public/directives.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/script/public/directives.js b/common/script/public/directives.js index fadcbca18b..2af15ff070 100644 --- a/common/script/public/directives.js +++ b/common/script/public/directives.js @@ -124,7 +124,7 @@ if(removeWatch) { - doRemoveWatch(); + doRemoveWatch(); } }; @@ -144,9 +144,9 @@ habitrpg.filter('markdown', function() { return function(input){ var html = md.toHtml(input); - + html = html.replace(' href',' target="_self" href'); - + return html; }; });