mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 06:31:28 +00:00
fix article header open in new tab button
This commit is contained in:
@@ -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;',
|
||||
|
||||
Reference in New Issue
Block a user