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