passman-webextension/js
ServiusHack cdd175ded1 Fix using search results (#266)
With 5ccf64a the generated search results were converted to a string
containing HTML and then back. This dropped all registered event
handlers, including the click handler.

To retain the current behavior of displaying the old search results
until the new ones are available a list of divs is now created and then
set. This retains all registered event handlers.

fixes #251
2018-08-15 20:32:08 +02:00
..
background Bug fix 2018-04-02 16:11:43 +02:00
lib Fix #269: Don't send cookies to HTTP API (#270) 2018-08-15 20:31:28 +02:00
ui Fix using search results (#266) 2018-08-15 20:32:08 +02:00
vendor