miniflux-legacy/assets/js
Mathias Kresin 3dae99ac27 remove multiple definition of item id
The item id exists as data attribute or as element.id postfix on multiple
elements in an article.

The basic idea is to traverse the DOM tree - starting from the event firing
element - in reverse order till an article element is found.

This article element is passed to the JavaScript functions. These JavaScript
functions are getting the elements which they want to manipulate starting from
the article utilizing the JavaScript querySelector function.

The bootstrap themes had a conflicting and unused class style definied, which is
removed by now.
2014-11-20 10:43:29 +01:00
..
all.min.js remove multiple definition of item id 2014-11-20 10:43:29 +01:00
app.js Remove Google auth (openid is deprecated) and Persona auth (useless) 2014-11-07 20:53:50 -05:00
event.js remove multiple definition of item id 2014-11-20 10:43:29 +01:00
feed.js Change loading icon to use an utf8 symbol 2014-02-22 21:50:54 -05:00
item.js remove multiple definition of item id 2014-11-20 10:43:29 +01:00
nav.js remove multiple definition of item id 2014-11-20 10:43:29 +01:00
popup.js Remove Google auth (openid is deprecated) and Persona auth (useless) 2014-11-07 20:53:50 -05:00