Minifying javascripts is evil. Let's not do it.

The microformats stuff was unused
This commit is contained in:
Mikael Nordfeldth
2014-04-28 18:56:45 +02:00
parent b0cae37b0f
commit c8d613b916
4 changed files with 4 additions and 38 deletions

View File

@@ -28,15 +28,6 @@ function scrapeUser()
};
}
function getMicroformatValue(element)
{
if(element[0].tagName.toLowerCase() == 'abbr'){
return element.attr('title');
}else{
return element.text();
}
}
function getNoticeFromElement(noticeElement)
{
var notice = {};