mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 13:15:28 +02:00
Minor update
This commit is contained in:
parent
0599bd32fc
commit
45ca627b4e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ exports.getModule = class OnelinerzModule extends MenuModule {
|
||||||
trailingLF : false
|
trailingLF : false
|
||||||
},
|
},
|
||||||
(err, artInfo, wasCreated) => {
|
(err, artInfo, wasCreated) => {
|
||||||
if(!wasCreated) {
|
if(!err && !wasCreated) {
|
||||||
self.viewControllers.view.setFocus(true);
|
self.viewControllers.view.setFocus(true);
|
||||||
self.viewControllers.view.getView(MciViewIds.view.addPrompt).redraw();
|
self.viewControllers.view.getView(MciViewIds.view.addPrompt).redraw();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue