Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 964215 - [Everything.me] Labels in Collection suggestions list do…
Browse files Browse the repository at this point in the history
… not match ones created on Homescreen [r=ranbena]
  • Loading branch information
amirnissim committed Jan 28, 2014
1 parent 526b291 commit 16425cd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ Evme.CollectionsSuggest = new function Evme_CollectionsSuggest() {
translatedName = Evme.Utils.l10n('shortcut', l10nkey);

if (translatedName) {
name = translatedName;
shortcut.query = query = name = translatedName;
}
}

Expand Down

0 comments on commit 16425cd

Please sign in to comment.