Skip to content

Commit

Permalink
Fixed message when there are no matches
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkica committed Jan 24, 2013
1 parent 2d4feb7 commit a4a6f0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion module/scripts/suggestterm.suggest.js
Expand Up @@ -129,7 +129,11 @@
suggest_new:"Add it", suggest_new:"Add it",
cache:false, cache:false,
// soft:true, // soft:true,
nomatch:'<em class="fbs-nomatch-text">No suggested matches. (Shift + Enter) to add it</em>' nomatch: {
title: 'No suggested matches. (Shift + Enter) to add it',
heading: null,
tips: null
}
}) })
}); });


Expand Down

0 comments on commit a4a6f0d

Please sign in to comment.