zotero/chrome/content
Dan Stillman 4a7aad03c4 Fix text() brokenness, and remove change warning fo attr()/text()
1) text() wasn't handling the index property.

2) This removes the warning that attr()/text() no longer no require a
document as the first argument, because there's no reason to prevent
translators from being able to pass an element. It would require
rewriting various translators unnecessarily and make certain patterns
more verbose (because you'd need to match based on global scope in each
selector).

It won't be necessary to pass a Document once we remove 4.0 support and
the global attr()/text() are always available, so we can add a warning
for that then.

Fixes zotero/translators#1647
2018-05-08 20:33:13 -04:00
..
zotero Fix text() brokenness, and remove change warning fo attr()/text() 2018-05-08 20:33:13 -04:00
zotero-platform Adds a progress bar for non quick-format integration actions 2018-04-24 01:37:10 -04:00