Small bugfixes
This commit is contained in:
parent
cb28b928c4
commit
021937a38e
2 changed files with 2 additions and 2 deletions
|
@ -482,7 +482,7 @@ class ArticleManager {
|
|||
}
|
||||
|
||||
focus() {
|
||||
if this.is_empty()
|
||||
if (this.is_empty())
|
||||
this._$input.focus();
|
||||
else
|
||||
this._$nb.focus();
|
||||
|
|
|
@ -191,7 +191,7 @@ $(document).ready(function() {
|
|||
|
||||
commentDialog.open({
|
||||
callback: confirm_callback,
|
||||
next_focus: kpsul.article_manager;
|
||||
next_focus: kpsul.article_manager,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue