1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

infobox: disable draggable

This commit is contained in:
Andrew Dolgov 2007-08-20 08:33:01 +01:00
parent 11f083e73b
commit db0a1e874b

View File

@ -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) {