No need to .replace('Country: ', '') anymore.
This commit is contained in:
parent
112e3a9c53
commit
b0309d943e
@ -705,7 +705,7 @@
|
||||
country: function(post) {
|
||||
var flag;
|
||||
if (flag = $('.countryFlag', post.el)) {
|
||||
return flag.title.replace('Country: ', '');
|
||||
return flag.title;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
@ -558,7 +558,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