Remove tooltip from bookmark jump
I think this is rather obvious.
This commit is contained in:
parent
1b9636c0f9
commit
a7bcbdb589
@ -334,7 +334,7 @@ if ( ! function_exists( 'fictioneer_chapter_bookmark_jump_button' ) ) {
|
||||
if ( ! get_option( 'fictioneer_enable_bookmarks' ) ) return;
|
||||
|
||||
// Start HTML ---> ?>
|
||||
<button type="button" data-tooltip="<?php echo fcntr( 'jump_to_bookmark', true ); ?>" class="button _secondary button--bookmark hidden tooltipped">
|
||||
<button type="button" class="button _secondary button--bookmark hidden">
|
||||
<i class="fa-solid fa-bookmark"></i>
|
||||
<span class="hide-below-tablet"><?php echo fcntr( 'bookmark' ); ?></span>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user