]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.js
update.php & daemon: chdir to script directory using __FILE__ magic constant
[tt-rss.git] / tt-rss.js
index d439c37ede6a6f86c62572c233192b598af9da31..cb3fa26f8dfa2b0b94c0574cfcd1a109f734ab46 100644 (file)
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -278,12 +278,12 @@ function init() {
 
                dojo.require("fox.FeedTree");
 
-               dojo.parser.parse();
-
                if (typeof themeBeforeLayout == 'function') {
                        themeBeforeLayout();
                }
 
+               dojo.parser.parse();
+
                dojo.addOnLoad(function() {
                        updateFeedList();
                        closeArticlePanel();
@@ -995,10 +995,6 @@ function reverseHeadlineOrder() {
        }
 }
 
-function showFeedsWithErrors() {
-       displayDlg('feedUpdateErrors');
-}
-
 function scheduleFeedUpdate(id, is_cat) {
        try {
                if (!id) {