1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

use Modalbox library for popup dialogs

This commit is contained in:
Andrew Dolgov
2010-11-14 23:46:49 +03:00
parent 75c510323b
commit 951906dcec
16 changed files with 1006 additions and 395 deletions
+1 -3
View File
@@ -157,7 +157,6 @@ function infobox_feed_cat_callback2(transport) {
try {
infobox_callback2(transport);
init_cat_inline_editor();
$('fadd_cat').focus();
} catch (e) {
exception_error("infobox_feed_cat_callback2", e);
}
@@ -327,7 +326,6 @@ function addUser() {
function editUser(id, event) {
try {
if (!event || !event.ctrlKey) {
disableHotkeys();
@@ -946,7 +944,7 @@ function editSelectedFeed() {
notify("");
editFeed(rows[0]);
editFeed(rows[0], {});
}