Unverified Commit 9a12e60b authored by hexeth's avatar hexeth Committed by GitHub

Toggle for dropdown

parent c620453e
...@@ -200,6 +200,11 @@ return $(this).text().replace(/^\s+|^\t+|\t+|\s+$/g, ""); ...@@ -200,6 +200,11 @@ return $(this).text().replace(/^\s+|^\t+|\t+|\s+$/g, "");
$('.downloadBtn' ).click( function() { $('.downloadBtn' ).click( function() {
$( '.leramslist' ).toggle(); $( '.leramslist' ).toggle();
}); });
$('#sendbtn2' ).click( function() {
$( '.sendtokindle-drop' ).toggle();
});
$('div[aria-label="Add to shelves"]' ).click( function() { $('div[aria-label="Add to shelves"]' ).click( function() {
$( '#add-to-shelves' ).toggle(); $( '#add-to-shelves' ).toggle();
......
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