(active = false)
| 3490 | |
| 3491 | //Change the bookmark icon |
| 3492 | function activeBookmark(active = false) |
| 3493 | { |
| 3494 | if(active) |
| 3495 | template.barHeader('.button-bookmark').addClass('fill').attr('hover-text', language.reading.removeBookmark); |
| 3496 | else |
| 3497 | template.barHeader('.button-bookmark').removeClass('fill').attr('hover-text', language.reading.addBookmark); |
| 3498 | } |
| 3499 | |
| 3500 | //Check if a path is a bookmarks |
| 3501 | function isBookmark(path, _return = false) |
no outgoing calls
no test coverage detected