Annotation created. if annotation doesnt appear it will be visible after approved by moderator..
Annotation link copied to clipboard..
"; win.document.body.innerHTML = html; win.focus(); } function OpenAnntationPopup2(text) { // console.log($("#annoInnerHTML-" + id).html()) //var txt3 = document.getElementById("modelAnnotationBody"); // Create with DOM //txt3.innerHTML = annoText; $("#modelAnnotationBody").html(text); $(".modelAnnotation").modal('show'); } function OpenAnntationPopup(id) { //console.log(id) // console.log($("#annoInnerHTML-" + id).html()) var annoText = $("#annoInnerHTML-" + id).html(); //var txt3 = document.getElementById("modelAnnotationBody"); // Create with DOM //txt3.innerHTML = annoText; $("#modelAnnotationBody").html(annoText); $(".modelAnnotation").modal('show'); } function CopyAnnotationLink(id) { var tempIframe = window.location.href.split('?')[0] + "?annotation=" + id var $temp = $(""); $("body").append($temp); $temp.val(tempIframe).select(); document.execCommand("copy"); $temp.remove(); var x = document.getElementById("snackbar"); x.className = "show"; setTimeout(function () { x.className = x.className.replace("show", ""); }, 3000); } "); popup.document.close(); }
OSZAR »