mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* select newtask h-tab after login
This commit is contained in:
parent
44746f7ce7
commit
629431a7fb
1 changed files with 1 additions and 0 deletions
|
|
@ -473,6 +473,7 @@ function updateAccessStatus()
|
|||
else {
|
||||
$('#page_tasks').removeClass('readonly')
|
||||
$("#authstr").text('').hide();
|
||||
addsearchToggle(0);
|
||||
}
|
||||
$('#page_ajax').hide();
|
||||
page.cur = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue