zotero/chrome/content
Dan Stillman fb01339c6b Implement library.isGroup property, which was never properly implemented
And since `Zotero.Libraries.isGroupLibrary()` just checked that
property, that hasn't worked either since `isGroup` was added in 2015.

There's no test for `.isGroup`, and the test for `isGroupLibrary()` used
`if()` instead of `it()`, so it never actually ran.

Also:

- Remove old code block in search.js that called `isGroupLibrary()`.
  Since `isGroupLibrary()` didn't work, this block was unused, and its
  logic was previously added elsewhere.
2021-07-07 01:43:22 -04:00
..
scaffold Scaffold: Update year and add spacing in template (#2066) 2021-05-21 00:53:19 -04:00
zotero Implement library.isGroup property, which was never properly implemented 2021-07-07 01:43:22 -04:00
zotero-platform Fix tab toolbar button icon scaling on HiDPI 2021-03-23 18:04:38 +02:00