diff --git a/contrib/js/reply.js b/contrib/js/reply.js index 0be8626..220af1b 100644 --- a/contrib/js/reply.js +++ b/contrib/js/reply.js @@ -372,8 +372,8 @@ function init(prefix) { }, false); e.addEventListener("dragend", function(ev) { - var x = originalX + ev.clientX - ( mouseDownX - ev.offsetX ); - var y = originalY + ev.clientY - ( mouseDownY - ev.offsetY ); + var x = originalX + ev.clientX - ( mouseDownX + ev.offsetX ); + var y = originalY + ev.clientY - ( mouseDownY + ev.offsetY ); //x -= window.screenLeft; //y -= window.screenTop; rpl.moveTo(x, y); diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js index ee53d5a..002e019 100644 --- a/contrib/static/nntpchan.js +++ b/contrib/static/nntpchan.js @@ -81,7 +81,7 @@ parent.appendChild(wrapper);parent.backlink=false;},function(msg){var wrapper=do parent.backlink=true;}};parent.backlink=true;} function inject_hover_for_element(elem){var elems=elem.getElementsByClassName("backlink");var ls=[];var l=elems.length;for(var idx=0;idx