mirror of
https://github.com/janeczku/calibre-web
synced 2025-09-10 23:06:01 +00:00
Toggle for dropdown
This commit is contained in:
@@ -201,6 +201,11 @@ return $(this).text().replace(/^\s+|^\t+|\t+|\s+$/g, "");
|
|||||||
$( '.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();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user