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