mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.206.0
This commit is contained in:
@@ -647,7 +647,7 @@ class Omnisearch {
|
||||
const $btnToTop = $(`<button class="btn btn-sm btn-default" title="To Top"><span class="glyphicon glyphicon-arrow-up"/></button>`)
|
||||
.click(() => MiscUtil.scrollPageTop());
|
||||
|
||||
const $wrpTop = $$`<div class="bk__to-top">
|
||||
const $wrpTop = $$`<div class="bk__to-top no-print">
|
||||
${$btnToTop}
|
||||
</div>`.appendTo(document.body);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user