Fix misc. uses of search tuples.

(imported from commit c7dc47c1396eb0d9f6821cafcb3dc90d283b4764)
This commit is contained in:
Steve Howell
2014-02-10 14:53:38 -05:00
parent 9a01c0f3e4
commit 10b24f77b6
6 changed files with 21 additions and 17 deletions

View File

@@ -509,8 +509,8 @@ $(function () {
var stream = $(e.target).parents('ul').attr('data-stream');
var subject = $(e.target).parents('li').attr('data-name');
narrow.activate([['stream', stream],
['topic', subject]],
narrow.activate([{operator: 'stream', operand: stream},
{operator: 'topic', operand: subject}],
{select_first_unread: true, trigger: 'sidebar'});
e.preventDefault();