app dialog: make text selectable
This commit is contained in:
parent
f979cd4890
commit
c9de18d9f8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ oml.ui.appDialog = function() {
|
||||||
var $content = Ox.Element(),
|
var $content = Ox.Element(),
|
||||||
$logo = Ox.Element(),
|
$logo = Ox.Element(),
|
||||||
$text = Ox.Element()
|
$text = Ox.Element()
|
||||||
.addClass('OxTextPage'),
|
.addClass('OxTextPage OxSelectable'),
|
||||||
title = Ox._(Ox.getObjectById(
|
title = Ox._(Ox.getObjectById(
|
||||||
Ox.getObjectById(oml.config.pages, 'app').parts,
|
Ox.getObjectById(oml.config.pages, 'app').parts,
|
||||||
id
|
id
|
||||||
|
|
Loading…
Reference in a new issue