mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 21:15:56 +00:00
article_publish_url: syntax fix
This commit is contained in:
@@ -27,6 +27,10 @@ function tagsAreDisplayed() {
|
||||
|
||||
function toggleTags(show_all) {
|
||||
|
||||
try {
|
||||
|
||||
debug("toggleTags: " + show_all + "; " + display_tags);
|
||||
|
||||
var p = document.getElementById("dispSwitchPrompt");
|
||||
|
||||
if (!show_all && !display_tags) {
|
||||
@@ -43,6 +47,10 @@ function toggleTags(show_all) {
|
||||
notify_progress("Loading, please wait...", true);
|
||||
updateFeedList();
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("toggleTags", e);
|
||||
}
|
||||
}
|
||||
|
||||
function dlg_frefresh_callback() {
|
||||
|
||||
Reference in New Issue
Block a user