1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

remove about dialog

This commit is contained in:
Andrew Dolgov
2011-12-14 15:52:40 +04:00
parent 66be620a87
commit ab05e53813
3 changed files with 0 additions and 42 deletions

View File

@@ -436,16 +436,6 @@ function quickMenuGo(opid) {
} });
}
if (opid == "qmcAbout") {
dialog = new dijit.Dialog({
title: __("About..."),
style: "width: 400px",
href: "backend.php?op=dlg&method=about",
});
dialog.show();
}
} catch (e) {
exception_error("quickMenuGo", e);
}