1 (function($){$(function(){
6 let $z = $(this).closest('.zakladka');
7 let $box = $("#zakladka-box");
11 anchor = $z.data('anchor');
12 let note = anchor in zakladki ? zakladki[anchor].note : '';
13 $('textarea', $box).val(note);
15 // TODO update note content here.
16 // And/or delete buttons.
24 showForAnchor(anchor) {
33 // There can be more than one marker.