1
0
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:
Andrew Dolgov
2013-03-27 22:41:12 +04:00
parent 919984a436
commit f820f205d0
9 changed files with 141 additions and 211 deletions

View File

@@ -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")) {