mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 02:31:28 +00:00
functions.js: add function cancelDialog()
This commit is contained in:
@@ -396,3 +396,8 @@ function popupHelp(tid) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function cancelDialog(sender) {
|
||||||
|
|
||||||
|
sender.offsetParent.style.display = "none";
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user