From: Andrew Dolgov Date: Mon, 20 Aug 2007 07:33:01 +0000 (+0100) Subject: infobox: disable draggable X-Git-Tag: 1.2.14~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=db0a1e874bd88ab45bb8c6b318fbc7525de889de;p=tt-rss.git infobox: disable draggable --- diff --git a/functions.js b/functions.js index b9becec5..23cdecf7 100644 --- a/functions.js +++ b/functions.js @@ -1548,9 +1548,9 @@ function infobox_callback() { var shadow = document.getElementById('infoBoxShadow'); if (box) { - if (!is_safari()) { +/* if (!is_safari()) { new Draggable(shadow); - } + } */ box.innerHTML=xmlhttp.responseText; if (shadow) {