bugfix
This commit is contained in:
parent
368cecd07e
commit
58c7838ac3
@ -638,7 +638,7 @@ bricks.App = class extends bricks.Layout {
|
|||||||
bricks.bug = opts.debug || false;
|
bricks.bug = opts.debug || false;
|
||||||
bricks.Body = this;
|
bricks.Body = this;
|
||||||
this.deviceid = bricks.deviceid(opts.appname || 'appname');
|
this.deviceid = bricks.deviceid(opts.appname || 'appname');
|
||||||
this.login_url = opts.login_url || '/rbac/userpassword_login.ui';
|
this.login_url = opts.login_url || '/rbac/user/login.ui';
|
||||||
this.charsize = this.opts.charsize || 20;
|
this.charsize = this.opts.charsize || 20;
|
||||||
this.keyevent_blocked = false;
|
this.keyevent_blocked = false;
|
||||||
this.char_size = this.observable('charsize', this.charsize);
|
this.char_size = this.observable('charsize', this.charsize);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user