From: Andrew Dolgov Date: Sat, 11 Aug 2007 04:14:27 +0000 (+0100) Subject: make infobox dialog draggable X-Git-Tag: 1.2.14~70 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1dc47c41ab4b41654f5b796a27c0add07655afa4;p=tt-rss.git make infobox dialog draggable --- diff --git a/functions.js b/functions.js index 087a1364..220c56bb 100644 --- a/functions.js +++ b/functions.js @@ -1516,6 +1516,9 @@ function infobox_callback() { var box = document.getElementById('infoBox'); var shadow = document.getElementById('infoBoxShadow'); if (box) { + + new Draggable(shadow); + box.innerHTML=xmlhttp.responseText; if (shadow) { shadow.style.display = "block";