From 3b95d4aec6334b0e18eed433120fd549eaa5fa36 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 28 Sep 2013 15:12:03 -0700 Subject: import cpan-explorer --- .../comment-reply.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/Viewing Large Images with Seadragon and Pythonhtml_files/comment-reply.js (limited to 'doc/Viewing Large Images with Seadragon and Pythonhtml_files/comment-reply.js') diff --git a/doc/Viewing Large Images with Seadragon and Pythonhtml_files/comment-reply.js b/doc/Viewing Large Images with Seadragon and Pythonhtml_files/comment-reply.js new file mode 100644 index 0000000..524f2ed --- /dev/null +++ b/doc/Viewing Large Images with Seadragon and Pythonhtml_files/comment-reply.js @@ -0,0 +1 @@ +addComment={moveForm:function(d,f,i,c){var m=this,a,h=m.I(d),b=m.I(i),l=m.I("cancel-comment-reply-link"),j=m.I("comment_parent"),k=m.I("comment_post_ID");if(!h||!b||!l||!j){return}m.respondId=i;c=c||false;if(!m.I("wp-temp-form-div")){a=document.createElement("div");a.id="wp-temp-form-div";a.style.display="none";b.parentNode.insertBefore(a,b)}h.parentNode.insertBefore(b,h.nextSibling);if(k&&c){k.value=c}j.value=f;l.style.display="";l.onclick=function(){var n=addComment,e=n.I("wp-temp-form-div"),o=n.I(n.respondId);if(!e||!o){return}n.I("comment_parent").value="0";e.parentNode.insertBefore(o,e);e.parentNode.removeChild(e);this.style.display="none";this.onclick=null;return false};try{m.I("comment").focus()}catch(g){}return false},I:function(a){return document.getElementById(a)}}; \ No newline at end of file -- cgit 1.4.1