mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Remove extraneous white space
This commit is contained in:
@@ -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;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user