mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 21:41:28 +00:00
infobox: disable draggable
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user