1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 22:11:28 +00: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'); var shadow = document.getElementById('infoBoxShadow');
if (box) { if (box) {
if (!is_safari()) { /* if (!is_safari()) {
new Draggable(shadow); new Draggable(shadow);
} } */
box.innerHTML=xmlhttp.responseText; box.innerHTML=xmlhttp.responseText;
if (shadow) { if (shadow) {