Files
Alexandre Alapetite da4a80b88a Add a JavaScript event when opening an article (#2222)
* Add a JavaScript event when opening an article
https://framagit.org/nicofrand/xextension-threepanesview/issues/4

```javascript
document.body.addEventListener('freshrss:openArticle', function (e) {
		console.log('freshrss:openArticle');
		console.log(e.target);
	});
```
2019-01-24 19:43:28 +01:00
..
2019-01-05 12:33:18 +01:00
2019-01-06 00:46:48 +01:00
2018-08-23 19:57:08 +02:00
2016-03-17 21:09:34 +01:00
2014-01-03 22:54:25 +01:00