equal
deleted
inserted
replaced
33 /* retract the pane between two annotations */ |
33 /* retract the pane between two annotations */ |
34 IriSP.jQuery("#Ldt-SaTitle").text(""); |
34 IriSP.jQuery("#Ldt-SaTitle").text(""); |
35 IriSP.jQuery("#Ldt-SaDescription").text(""); |
35 IriSP.jQuery("#Ldt-SaDescription").text(""); |
36 IriSP.jQuery("#Ldt-SaKeywordText").html(""); |
36 IriSP.jQuery("#Ldt-SaKeywordText").html(""); |
37 IriSP.jQuery('#Ldt-ShowAnnotation').slideUp(); |
37 IriSP.jQuery('#Ldt-ShowAnnotation').slideUp(); |
38 } |
38 }; |
|
39 |
39 IriSP.AnnotationsWidget.prototype.draw = function() { |
40 IriSP.AnnotationsWidget.prototype.draw = function() { |
40 var _this = this; |
41 var _this = this; |
41 |
42 |
42 var annotationMarkup = Mustache.to_html(IriSP.annotationWidget_template, {"share_template" : IriSP.share_template}); |
43 var annotationMarkup = Mustache.to_html(IriSP.annotationWidget_template, {"share_template" : IriSP.share_template}); |
43 IriSP.jQuery("#Ldt-Ligne").append(annotationMarkup); |
44 IriSP.jQuery("#Ldt-Ligne").append(annotationMarkup); |