Files
FreshRSS/p/scripts
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
2018-09-12 21:51:36 +02:00
2017-09-23 13:41:26 +02:00
2017-09-23 13:41:26 +02:00
2018-09-12 21:24:16 +02:00
2014-10-05 01:43:29 +02:00
2016-08-06 13:18:46 +02:00