No need to .replace('Country: ', '') anymore.
This commit is contained in:
parent
a0fe0ce827
commit
fc9a5b1bae
@ -710,7 +710,7 @@
|
||||
country: function(post) {
|
||||
var flag;
|
||||
if (flag = $('.countryFlag', post.el)) {
|
||||
return flag.title.replace('Country: ', '');
|
||||
return flag.title;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
@ -565,7 +565,7 @@ Filter =
|
||||
text.join ''
|
||||
country: (post) ->
|
||||
if flag = $ '.countryFlag', post.el
|
||||
return flag.title.replace 'Country: ', ''
|
||||
return flag.title
|
||||
false
|
||||
filename: (post) ->
|
||||
{fileInfo} = post
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user