]> git.wh0rd.org Git - tt-rss.git/commitdiff
infobox: disable draggable
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 20 Aug 2007 07:33:01 +0000 (08:33 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 20 Aug 2007 07:33:01 +0000 (08:33 +0100)
functions.js

index b9becec5004780b6cc1a7b8e584bdd3b69d2127f..23cdecf75ecac82c001df89e83af43269f3c2dce 100644 (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) {