This commit is contained in:
Ilya Kantor 2018-10-20 17:11:57 +03:00
parent 333e7fce6b
commit 5b8feffcbd

View file

@ -6,7 +6,6 @@ let elem = document.getElementById('coords-show-mark');
// no elem in ebook mode
if (elem) {
elem.onclick = function() {
let elem = document.getElementById("coords-show-mark");
function createMessageUnder(elem, text) {
let coords = elem.getBoundingClientRect();