diff --git a/src/ajax.js b/src/ajax.js index 4e6e811..a97e6eb 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -931,7 +931,6 @@ function loadLists(onInit, updAccess) else $('#btnPublish').removeClass('mtt-item-checked'); //if(curList.published) $('#rss_icon').show().find('a').attr('href', 'feed.php?list='+curList.id); - $('#page_tasks').show(); } else { curList = 0; @@ -944,6 +943,7 @@ function loadLists(onInit, updAccess) ti += ''; $('#lists>ul').html(ti); $('#lists').show(); + if(!flag.needAuth || flag.isLogged || curList) $('#page_tasks').show(); }); $('#page_tasks').hide(); if(updAccess) updateAccessStatus(); diff --git a/src/index.php b/src/index.php index 7a0c2c8..46c97f8 100644 --- a/src/index.php +++ b/src/index.php @@ -106,7 +106,7 @@ $().ajaxStop( function(r,s) {$("#loading").fadeOut();} );
-
+