libkiwix/static/skin
renaud gaudin bce0e8c37c fix external link blocking for nested elems in link
if a link contains nested elements like `<a href="http://somewhere"><strong>goto</strong></a>`
then the link is trigger by the `<strong />` element which has no `href` attribute.
We were thus releasing the event in this case, resulting in legitimate external links
not blocked.

We are now looking for the closest `<a />` parent (might be self) to retrieve the `href`
attribute and capture if necessary.
2020-04-01 17:50:54 +00:00
..
jquery-ui Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
block_external.js fix external link blocking for nested elems in link 2020-04-01 17:50:54 +00:00
caret.png Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
taskbar.css Slightly bigger top-padding for kiwix-serve 2019-09-11 13:50:33 +02:00
taskbar.js Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00