mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
remove about dialog
This commit is contained in:
10
js/tt-rss.js
10
js/tt-rss.js
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user