mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 20:21:51 +00:00
make infobox dialog draggable
This commit is contained in:
@@ -1516,6 +1516,9 @@ function infobox_callback() {
|
|||||||
var box = document.getElementById('infoBox');
|
var box = document.getElementById('infoBox');
|
||||||
var shadow = document.getElementById('infoBoxShadow');
|
var shadow = document.getElementById('infoBoxShadow');
|
||||||
if (box) {
|
if (box) {
|
||||||
|
|
||||||
|
new Draggable(shadow);
|
||||||
|
|
||||||
box.innerHTML=xmlhttp.responseText;
|
box.innerHTML=xmlhttp.responseText;
|
||||||
if (shadow) {
|
if (shadow) {
|
||||||
shadow.style.display = "block";
|
shadow.style.display = "block";
|
||||||
|
|||||||
Reference in New Issue
Block a user