forked from 0x2620/pandora
()
This commit is contained in:
parent
0232e2b15b
commit
570d9ed0ff
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ pandora.ui.item = function() {
|
||||||
.html(
|
.html(
|
||||||
'Sorry, <i>' + result.data.title
|
'Sorry, <i>' + result.data.title
|
||||||
+ '</i> currently doesn\'t have '
|
+ '</i> currently doesn\'t have '
|
||||||
+ ['a', 'e', 'i', 'o'].indexOf(
|
+ (['a', 'e', 'i', 'o'].indexOf(
|
||||||
pandora.user.ui.itemView.slice(0, 1)
|
pandora.user.ui.itemView.slice(0, 1)
|
||||||
) > -1 ? 'an': 'a' + ' '
|
) > -1 ? 'an': 'a') + ' '
|
||||||
+ pandora.user.ui.itemView + ' view.'
|
+ pandora.user.ui.itemView + ' view.'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue