Unverified Commit c0792b72 authored by hexeth's avatar hexeth Committed by GitHub

Add .sendtokindle-drop to click-off

parent 8825352a
...@@ -291,6 +291,7 @@ $( '.book-meta > .bookinfo > .rating' ).clone().insertBefore( '.book-meta > .des ...@@ -291,6 +291,7 @@ $( '.book-meta > .bookinfo > .rating' ).clone().insertBefore( '.book-meta > .des
$(document).mouseup(function (e) { $(document).mouseup(function (e) {
var container = new Array(); var container = new Array();
container.push($('ul[aria-labelledby="read-in-browser"]')); container.push($('ul[aria-labelledby="read-in-browser"]'));
container.push($('.sendtokindle-drop'));
container.push($('.leramslist')); container.push($('.leramslist'));
container.push($('#add-to-shelves')); container.push($('#add-to-shelves'));
container.push($('.navbar-collapse.collapse.in')); container.push($('.navbar-collapse.collapse.in'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment