forked from GNUsocial/gnu-social
Minifying javascripts is evil. Let's not do it.
The microformats stuff was unused
This commit is contained in:
@@ -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 = {};
|
||||
|
Reference in New Issue
Block a user