infobox: disable draggable
This commit is contained in:
parent
11f083e73b
commit
db0a1e874b
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue