mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 09:41:27 +00:00
css cleanup; remove auxDlg; add separate prefs.css
This commit is contained in:
@@ -347,8 +347,6 @@ function view(id) {
|
||||
|
||||
console.log("cache check result: " + (cached_article != false));
|
||||
|
||||
hideAuxDlg();
|
||||
|
||||
var query = "?op=article&method=view&id=" + param_escape(id);
|
||||
|
||||
var neighbor_ids = getRelativePostIds(id);
|
||||
@@ -1433,8 +1431,6 @@ function cdmExpandArticle(id) {
|
||||
|
||||
if (!$("RROW-" + id)) return false;
|
||||
|
||||
hideAuxDlg();
|
||||
|
||||
var elem = $("CICD-" + getActiveArticleId());
|
||||
|
||||
if (id == getActiveArticleId() && Element.visible(elem))
|
||||
@@ -1643,8 +1639,6 @@ function cdmClicked(event, id) {
|
||||
try {
|
||||
//var shift_key = event.shiftKey;
|
||||
|
||||
hideAuxDlg();
|
||||
|
||||
if (!event.ctrlKey) {
|
||||
|
||||
if (!getInitParam("cdm_expanded")) {
|
||||
|
||||
Reference in New Issue
Block a user