From: Andrew Dolgov Date: Wed, 17 Nov 2010 07:16:17 +0000 (+0300) Subject: fix article header open in new tab button X-Git-Tag: 1.5.0~179 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8a6702ad7a6bbc0d34fdd178c34c0d0a80571a85;p=tt-rss.git fix article header open in new tab button --- diff --git a/functions.php b/functions.php index d8e411ec..d2c94b49 100644 --- a/functions.php +++ b/functions.php @@ -4634,7 +4634,7 @@ print "Zoom"; $note_escaped = htmlspecialchars($line['note'], ENT_QUOTES); @@ -5241,7 +5241,7 @@ print "
"; print "Zoom"; diff --git a/viewfeed.js b/viewfeed.js index b4453098..22465013 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -1724,7 +1724,8 @@ function zoomToArticle(event, id) { return dijit.byId("content-tabs").selectChild(dijit.byId("ATAB-" + id)); if (cached_article) { - + closeArticlePanel(); + var article_pane = new dijit.layout.ContentPane({ title: __("Loading...") , content: cached_article, style: 'padding : 0px;',