]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
article_publish_url: syntax fix
[tt-rss.git] / tt-rss.js
index 1a4590522c744fca748c53e2bd66aa26e33ff01b..cf68a0f503f09e07d394af004f86e17d9770158b 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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() {