Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from marti1125/master
Browse files Browse the repository at this point in the history
Gracias!
  • Loading branch information
Gioyik committed Jan 16, 2013
2 parents bb0fe99 + 1a2f382 commit 559c3c4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions data/js/FeedEk.js
Expand Up @@ -30,12 +30,9 @@
$('#' + idd).empty();
$.each(data.responseData.feed.entries, function (i, entry) {
var title = entry.title;
title = title.replace(/^Noctuido :/, " ");
title = title.replace(/^Willy Aguirre :/, " ");
title = title.replace(/^Jusa\u00ed Prieto :/, " ");
//title = title.replace('Prieto :', ' ');
//title = title.replace('Jusa\u00ed', ' ');

title = title.replace(/(\w+)(\s\w+\s:)|(\w+)(\s:)|(\w+)/, " ");
title = title.replace(/\u00ed/, " ");
title = title.replace(/\w+\s:/, " ");
$('#' + idd).append('<div class="ItemTitle"><a id="rtitle" href="' + entry.link + '" target="_blank" >' + title + '</a></div>');

//$("#rtitle").html(title);
Expand Down

0 comments on commit 559c3c4

Please sign in to comment.